Re: Django Tutorial part 2... Admin Site won't work...

2012-06-18 Thread Harjot Mann
have you uncomment the lines in the urls.py file???if not uncomment the 4th,5th and 16th line in urls.py file And then run the server command. On Mon, Jun 18, 2012 at 1:06 PM, Laurence MacNeill wrote: > I'm using 1.4 > > I finally figured out that if I just create the site manually, everyt

Re: Django Tutorial part 2... Admin Site won't work...

2012-06-18 Thread Laurence MacNeill
I'm using 1.4 I finally figured out that if I just create the site manually, everything works fine... I don't know why it wasn't being created when syncdb was run... L. On Sunday, June 17, 2012 2:17:35 AM UTC-4, Xavier Ordoquy wrote: > > Hi, > > The site entry is usually created when the syn

Re: Django Tutorial part 2... Admin Site won't work...

2012-06-16 Thread Xavier Ordoquy
Hi, The site entry is usually created when the syncdb is run. What Django version are you using ? If you're using the development version, please remove it and install a stable version. Regards, Xavier Ordoquy, Linovia. Le 16 juin 2012 à 23:16, Laurence MacNeill a écrit : > I'm going through t

Django Tutorial part 2... Admin Site won't work...

2012-06-16 Thread Laurence MacNeill
I'm going through the django tutorial and I'm having difficulties at the beginning of the second part... It tells me to create the admin site, and browse to 127.0.0.1:8000/admin to log in to the admin site I just created... But when I do that, I get the python server telling me that the site i