Re: Absolute beginner step by step

2016-06-25 Thread M. Kholid
I have already study and tried the code from any guide ( django documentation, djangogirl ) and some other tutorial, now i want to add some feature/package from git hub, can any one help how do i doing that. Thanks Best Regards Kholid On Tue, Jun 21, 2016 at 4:26 AM, Gary Roach wrote: > I stand

Re: Absolute beginner step by step

2016-06-20 Thread Gary Roach
I stand corrected again. I think I would try 1.9 anyway. May get a little practice in debugging. Gary R, On 06/20/2016 12:42 AM, Derek wrote: "Django is supposed to be completely backward compatible" Er, no, its not and they never promised it would be. You need to check the change

Re: Absolute beginner step by step

2016-06-20 Thread Derek
"Django is supposed to be completely backward compatible" Er, no, its not and they never promised it would be. You need to check the changes made for each release - as they say here: https://docs.djangoproject.com/en/1.9/releases/ "you will need to check *all* the backwards-incompatible change

Re: Absolute beginner step by step

2016-06-16 Thread M. Kholid
How about the quick way to make a dashboard and example of populating and showing a select query result from a table to a form, may ne it will make me more understand and quickly keep the basic prinsip off database application with django. Thanks Kholid On Wednesday, 15 June 2016, Mc. Holid wr

Re: Absolute beginner step by step

2016-06-16 Thread Gary Roach
I missed the use of Django 1.5.4, but Django is supposed to be completely backward compatible. So using 1.9 shouldn't cause any problems. The switch from python 2.7 to 3.5, on the other hand, can be a mess. Gary R. On 06/15/2016 05:24 PM, M. Kholid wrote: I tried to downloan the tutorial fro

Re: Absolute beginner step by step

2016-06-16 Thread Marlysson Silva
It's missing to map the url to "/" in file "untitled.urls" . I think , too I am beginner Em quinta-feira, 16 de junho de 2016 08:06:25 UTC-3, Tushar Shukla escreveu: > > iam doing this tutorial and i cant get the final result no matter what i > do > > iam using pycharm. please help i have attac

Re: Absolute beginner step by step

2016-06-16 Thread ludovic coues
that's the expected result at this point. 2016-06-16 7:43 GMT+02:00 Tushar Shukla : > iam doing this tutorial and i cant get the final result no matter what i do > > iam using pycharm. please help i have attached the error page > > On Saturday, 11 June 2016 23:57:33 UTC+5:30, Derek wrote: >> >> Th

Re: Absolute beginner step by step

2016-06-16 Thread Tushar Shukla
iam doing this tutorial and i cant get the final result no matter what i do iam using pycharm. please help i have attached the error page On Saturday, 11 June 2016 23:57:33 UTC+5:30, Derek wrote: > > The Django tutorial - > https://docs.djangoproject.com/en/1.9/intro/tutorial01/ > > But if you

Re: Absolute beginner step by step

2016-06-15 Thread M. Kholid
I tried to downloan the tutorial from the given link / media.readthedocs.org/pdf/tango-with-django/latest/tango-with-django.pdf It stil using django version 1.5.4 On Wed, Jun 15, 2016 at 10:44 PM, Shaylee Hansen < shan...@gcommercesolutions.com> wrote: > Thanks for the update on the new Tango Wi

Re: Absolute beginner step by step

2016-06-15 Thread Shaylee Hansen
Thanks for the update on the new Tango With Django. Everyone highly recommends this tutorial so I'm excited to see its recently been updated :) On Monday, June 13, 2016 at 12:51:07 PM UTC-6, gary719_list1 wrote: > > I stand corrected. There is a new Tango With Django tutorial out. It uses > P

Re: Absolute beginner step by step

2016-06-15 Thread Derek
If you are getting syntax errors, it is best to post the relevant code here, along with the Python stack trace. English is usually not good at describing programming errors. On Tuesday, 14 June 2016 23:56:02 UTC+2, Mc. Holid wrote: > > Dear All > > It seem this is the best starting guide for me,

Re: Absolute beginner step by step

2016-06-14 Thread Mc. Holid
Dear All It seem this is the best starting guide for me, Just one to ask about the tips and trick how do you deal with the so many "unknown syntax", some time we have to use this ' character some time use ", then mention the name of a database field followed with array. Could anyone suggest f

Re: Absolute beginner step by step

2016-06-13 Thread Gary Roach
I stand corrected. There is a new Tango With Django tutorial out. It uses Python 3.5 and Django 1.9. Try /media.readthedocs.org/pdf/tango-with-django/latest/tango-with-django.pdf Gary R On 06/11/2016 02:07 PM, Gary Roach wrote: If you don't mind working with Python2.7 and Django 1.7 you might

Re: Absolute beginner step by step

2016-06-13 Thread ludovic coues
The django girls tutorial is also a very good ressource for beginner. http://tutorial.djangogirls.org/ 2016-06-11 23:45 GMT+02:00 Lee Hinde : > https://leanpub.com/tangowithdjango19/ > > > On Jun 11, 2016, at 2:07 PM, Gary Roach wrote: > > If you don't mind working with Python2.7 and Django 1.7 y

Re: Absolute beginner step by step

2016-06-11 Thread Lee Hinde
https://leanpub.com/tangowithdjango19/ > On Jun 11, 2016, at 2:07 PM, Gary Roach wrote: > > If you don't mind working with Python2.7 and Django 1.7 you might try "Tango > With Django" . It is out of date but still is a good place to start. Too bad > th

Re: Absolute beginner step by step

2016-06-11 Thread Gary Roach
If you don't mind working with Python2.7 and Django 1.7 you might try "Tango With Django" . It is out of date but still is a good place to start. Too bad that the author hasn't updated it. I have had some success with running three projects in parallel. Tango along with the official Django howt

Re: Absolute beginner step by step

2016-06-11 Thread Derek
The Django tutorial - https://docs.djangoproject.com/en/1.9/intro/tutorial01/ But if you have no Python experience at all, then http://learnpythonthehardway.org/book/ (otherwise you'l get lost quickly) And for both sets of learning, bear in mind the key advice from Zed Shaw: *"You must type e

Absolute beginner step by step

2016-06-11 Thread Mc. Holid
Dear All, Could anyone help to share the point for absolute beginner guide. I have already know a little bit about html, and having strong background in vb6. Thanks for any kind help. Best Regards Mchoud -- You received this message because you are subscribed to the Google Groups "Django u