Re: Django tutorial, cannot add "polls" to admin

2011-10-06 Thread Ser5
Ahhh, after heavy digging of the internet and gazing at example app "django-registration" I discovered that I have missed one thing - I didn't include "polls" in INSTALLED_APPS. After adding it I finally got "Polls" in the Django admin. But anyway, thank you for trying to help me =) Seems like

Re: Django tutorial, cannot add "polls" to admin

2011-10-06 Thread Yaşar Arabacı
How does your urls.py look like? Did you uncomment admin related things in there? 2011/10/6 Ser5 > Hi! Help me please to solve one tutorial problem. > > Now I'm reading the 2nd part of the tutorial and have stuck with adding > polls app to the Django admin. > Everything worked fine in the tutori

Django tutorial, cannot add "polls" to admin

2011-10-06 Thread Ser5
Hi! Help me please to solve one tutorial problem. Now I'm reading the 2nd part of the tutorial and have stuck with adding polls app to the Django admin. Everything worked fine in the tutorial until I reached "Make the poll app modifiable in the admin" part. Here is the link to the tutorial page