Did you register the app in settings.py?
2014-04-16 23:03 GMT-05:00 Xiaofeng Feng <[email protected]>: > I am now trying to set up my first app using django tutorial. However, I > was stuck at adding the poll app in part 2. I think I followed all the > steps and it goes well before this question. After I change admin.py with > > from django.contrib import adminfrom polls.models import Poll > admin.site.register(Poll) > > as the tutorial says. The admin website does not change at all. Does > anybody know why this happens? Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/7bdb76f7-caf7-4c44-af6f-05f042494bed%40googlegroups.com<https://groups.google.com/d/msgid/django-users/7bdb76f7-caf7-4c44-af6f-05f042494bed%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Jorge Andres Vergara Ebratt* *#SoftwareDeveloper (Or at least trying to be)* *@javebratt* *facebook.com/javebratt <http://facebook.com/javebratt>* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAeX05FKjVzkKy-AnR5-4QCKc4o6T8C%3DwKVcRpNE1qLxjh%3DqEw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

