Re: Problem setting up django server

2013-06-18 Thread smy28
; > Which version of python have you installed? Django v1.5 requires python >= > v2.6.5, and from your stacktrace it seems you just have v2.6. > > https://docs.djangoproject.com/en/1.5/faq/install/#what-are-django-s-prerequisites > > > On Tuesday, 18 June 2013 17:00:23

Re: Problem setting up django server

2013-06-18 Thread smy28
python manage.py shell? > > Which version of python have you installed? Django v1.5 requires python >= > v2.6.5, and from your stacktrace it seems you just have v2.6. > > https://docs.djangoproject.com/en/1.5/faq/install/#what-are-django-s-prerequisites > > > On Tuesda

Re: Problem setting up django server

2013-06-18 Thread smy28
No, I haven't edited anything yet. Okay, I attached a models.py file from django/contrib/auth On Tuesday, June 18, 2013 11:39:09 AM UTC-4, Michael Anckaert wrote: > > On 18/06/13 17:37, smy28 wrote: > > Yes, I have attached the base.py file (which seems to be the one with the

Re: Problem setting up django server

2013-06-18 Thread smy28
Yes, I have attached the base.py file (which seems to be the one with the error, correct?) On Tuesday, June 18, 2013 11:11:52 AM UTC-4, Michael Anckaert wrote: > > On 18/06/13 17:00, smy28 wrote: > > I just installed Django and I'm trying to initially set up the server, >

Problem setting up django server

2013-06-18 Thread smy28
I just installed Django and I'm trying to initially set up the server, as detailed in the 'Part 1' Tutorial. I haven't configured any settings yet. Whenever I run the command "python manage.py runserver", I get the following message: Validating models... Unhandled exception in thread started