Re: Django NameError in first web app

2010-11-16 Thread Recep KIRMIZI
You should uncomment admin from the top of the urls.py it should be imported from django.contrib import admin and also admin.autodiscover() Sal, 2010-11-16 tarihinde 03:49 -0800 saatinde, frank yazdı: > hi all, > > i just doing Django..tried the first example in Django book...i > encountered pro

Django NameError in first web app

2010-11-16 Thread frank
hi all, i just doing Django..tried the first example in Django book...i encountered problem at admin page. it says that admin is not defined. i followed each step in tutorial and i am able to run django server also. pls help me to solve it. i am adding error output here. Environment: Request Met