Re: Keep getting NameError at /admin/

2009-02-09 Thread claudio.br...@googlemail.com
On 9 Feb, 19:16, Daniel Roseman <roseman.dan...@googlemail.com> wrote: > On Feb 9, 6:57 pm, "claudio.br...@googlemail.com" > > <claudio.br...@googlemail.com> wrote: > > Hi Alex > > > Yes I have the line from django.contrib import admin" in

Re: Keep getting NameError at /admin/

2009-02-09 Thread claudio.br...@googlemail.com
Hi Alex Yes I have the line from django.contrib import admin" in urls.py On 9 Feb, 16:20, Alex Gaynor <alex.gay...@gmail.com> wrote: > On Mon, Feb 9, 2009 at 11:11 AM, claudio.br...@googlemail.com < > > > > claudio.br...@googlemail.com> wrote: > > >

Keep getting NameError at /admin/

2009-02-09 Thread claudio.br...@googlemail.com
Hi I am new to django and have just started to play. I have a working (small) app but wanted to turn on the admin console for the project. I edited the settings.py to include the admin module and now get the following errors NameError at /admin/ name 'admin' is not defined Request Method: GET