Thursday, April 17, 2014

Re: Questions about setting up my first app in django tutorial

Did you register the app in settings.py?


2014-04-16 23:03 GMT-05:00 Xiaofeng Feng <fxf870201@gmail.com>:
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 admin  from 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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.



--
Jorge Andres Vergara Ebratt
#SoftwareDeveloper (Or at least trying to be)
@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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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.

No comments:

Post a Comment