Re: django admin interface

2010-02-17 Thread Andy Cottell
gmail.com> wrote: > On Mon, Feb 8, 2010 at 10:42 PM, Andy Cottell <cotta...@gmail.com> wrote: > >> > > I am new to django, and have started building a project in it. I have > >> > > tried to use theadmininterface with the project am having issues

Re: django admin interface

2010-02-08 Thread Andy Cottell
Bump! On Feb 2, 1:48 am, Andy Cottell <cotta...@gmail.com> wrote: > I have done this, and created an superuser when prompted. However the > login still fails with the same error. > > Here is the urls.py: > > from django.conf.urls.defaults import * > > # Uncommen

Re: django admin interface

2010-02-01 Thread Andy Cottell
gt; make sure you do syncdb to create database tables before you can > actually use the admin interface for the first time. > > try > > python ./manage.py syncdb > > On Feb 1, 4:41 pm, Andy Cottell <cotta...@gmail.com> wrote: > > > I am new to django, and have star

django admin interface

2010-02-01 Thread Andy Cottell
I am new to django, and have started building a project in it. I have tried to use the admin interface with the project am having issues logging in. I have setup the interface as instruced in the django tutorial part 2, and created a new superuser and cannot use it to log in. The user is always