Re: name 'admin' is not defined

2012-10-18 Thread Nevio Vesic
There is a 'django.contrib.admin', under INSTALLED_APPS ( settings.py ) that must be enabled as well! After that I'd suggest to run `python manage.py syncdb` Best regards, Nevio On Tuesday, September 2, 2008 7:56:20 PM UTC+2, Weber Sites wrote: > > Hi > > I'm trying to follow the Tutorial02 and

Re: name 'admin' is not defined

2012-10-18 Thread Erika Pogorelc
That is not silly at all! Maybe I am a little bit since your reply helped me just now (blush)... thanks! On Tuesday, September 2, 2008 8:15:13 PM UTC+2, Ronny Haryanto wrote: > > On Wed, Sep 3, 2008 at 12:56 AM, Weber Sites > > > wrote: > > I'm trying to follow the Tutorial02 and once i uncomme

Re: name 'admin' is not defined

2008-09-02 Thread James Matthews
Also uncomment the admin.autodiscover() line. (If you are holding a svn version) On Tue, Sep 2, 2008 at 11:15 AM, Ronny Haryanto <[EMAIL PROTECTED]> wrote: > > 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 th

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 'admin' is not defined This probably sou