Re: my frist django project Error

2011-07-11 Thread Cal Leeming [Simplicity Media Ltd]
Look good (i've added 1 line). Nice work on adding the TOC, didn't know about that. Cal On Mon, Jul 11, 2011 at 11:19 AM, Kenneth Gonsalves wrote: > On Mon, 2011-07-11 at 10:40 +0100, Cal Leeming [Simplicity Media Ltd] > wrote: > > > > > > looks like we need to add a

Re: my frist django project Error

2011-07-11 Thread Kenneth Gonsalves
On Mon, 2011-07-11 at 10:40 +0100, Cal Leeming [Simplicity Media Ltd] wrote: > > > > looks like we need to add a section on how to answer questions also. > > +1 on this. started: https://code.djangoproject.com/wiki/UsingTheMailingList#Howtoanswerquestionsonthelist -- regards KG

Re: my frist django project Error

2011-07-11 Thread Cal Leeming [Simplicity Media Ltd]
On 11 Jul 2011 04:39, "Kenneth Gonsalves" wrote: > > On Sun, 2011-07-10 at 20:13 +0100, Cal Leeming [Simplicity Media Ltd] > wrote: > > > Telling someone they need to learn more python isn't helpful - tell > > them > > > that theres a setting missing and how the traceback

Re: my frist django project Error

2011-07-11 Thread bruno desthuilliers
On Jul 9, 10:21 pm, morning yao wrote: > so ,here is the Error Traceback,i need your help,thanks! (...) > File "C:\Python27\Lib\site-packages\django\dinette\..\dinette > \models.py" in >   18. >

Re: my frist django project Error

2011-07-10 Thread Gour-Gadadhara Dasa
On Sun, 10 Jul 2011 19:42:17 +0100 Malcolm Box wrote: > Cal, > > You are contributing a lot to the django users group, but this > response isnt in the best spirit of the group. > > Yes, the op could work out from the traceback what the error was, but > we were all

Re: my frist django project Error

2011-07-10 Thread Kenneth Gonsalves
On Sun, 2011-07-10 at 20:13 +0100, Cal Leeming [Simplicity Media Ltd] wrote: > > Telling someone they need to learn more python isn't helpful - tell > them > > that theres a setting missing and how the traceback makes that > clear. > > > > That's a fair point tbh. > > I'll make sure to use a

Re: my frist django project Error

2011-07-10 Thread Cal Leeming [Simplicity Media Ltd]
On Sun, Jul 10, 2011 at 7:42 PM, Malcolm Box wrote: > Cal, > > You are contributing a lot to the django users group, but this response > isnt in the best spirit of the group. > > Yes, the op could work out from the traceback what the error was, but we > were all beginners

Re: my frist django project Error

2011-07-10 Thread Malcolm Box
Cal, You are contributing a lot to the django users group, but this response isnt in the best spirit of the group. Yes, the op could work out from the traceback what the error was, but we were all beginners once. If you compare this post to the how to post FAQ its not too bad - at least

Re: my frist django project Error

2011-07-09 Thread Cal Leeming [Simplicity Media Ltd]
Question, have you ever used Python before? If no, then I suggest you learn Python before jumping into Django. If yes, then you need to learn more about Python. Cal On Sat, Jul 9, 2011 at 9:21 PM, morning yao wrote: > so ,here is the Error Traceback,i need your

Re: my frist django project Error

2011-07-09 Thread Shawn Milochik
On 07/09/2011 04:21 PM, morning yao wrote: so ,here is the Error Traceback,i need your help,thanks! ___ Environment: Did you read the traceback you posted? Exception Type: AttributeError at / Exception Value: 'Settings' object has no

my frist django project Error

2011-07-09 Thread morning yao
so ,here is the Error Traceback,i need your help,thanks! ___ Environment: Request Method: GET Request URL: http://127.0.0.1:8000/ Django Version: 1.3 Python Version: 2.7.2 Installed Applications: ['django.contrib.auth',