Re: name 'admin' is not defined

2012-10-18 Thread Nevio Vesic
trying to follow the Tutorial02 and once i uncomment the admin > lines in urls.py i get : > > ImproperlyConfigured at /mysite/ > Error while importing URLconf 'mysite.urls': name 'admin' is not defined > > berber > > -- You received this message because

Re: name 'admin' is not defined

2012-10-18 Thread Erika Pogorelc
the Tutorial02 and once i uncomment the admin > > lines in urls.py i get : > > > > ImproperlyConfigured at /mysite/ > > Error while importing URLconf 'mysite.urls': name 'admin' is not defined > > This probably sounds silly, but since you don't gi

Re: name 'admin' is not defined

2008-09-02 Thread James Matthews
Tutorial02 and once i uncomment the admin > > lines in urls.py i get : > > > > ImproperlyConfigured at /mysite/ > > Error while importing URLconf 'mysite.urls': name 'admin' is not defined > > This probably sounds silly, but since you don

Re: name 'admin' is not defined

2008-09-02 Thread Ronny Haryanto
On Wed, Sep 3, 2008 at 12:56 AM, Weber Sites <[EMAIL PROTECTED]> wrote: > I'm trying to follow the Tutorial02 and once i uncomment the admin > lines in urls.py i get : > > ImproperlyConfigured at /mysite/ > Error while importing URLconf 'mysite.urls': name &

name 'admin' is not defined

2008-09-02 Thread Weber Sites
Hi I'm trying to follow the Tutorial02 and once i uncomment the admin lines in urls.py i get : ImproperlyConfigured at /mysite/ Error while importing URLconf 'mysite.urls': name 'admin' is not defined berber --~--~-~--~~~---~--~~