Re: django admin interface

2010-02-17 Thread Andy Cottell
to log in as. Running the command "python manage.py runserver" uses the database created when you run "python manage.py syncdb" and create a superuser, so you can login successfully. Thanks for all of your suggestions, Andy On 8 Feb, 15:37, Russell Keith-Magee wrote: > On M

Re: django admin interface

2010-02-08 Thread Andy Cottell
Bump! On Feb 2, 1:48 am, Andy Cottell 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 * > > # Uncomment the next two lines to

Re: django admin interface

2010-02-01 Thread Andy Cottell
hes, even on Windows. # Don't forget to use absolute paths, not relative paths. ) INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.adm

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 rej