from django.contrib import admin
# Register your models here
from django.contrib import admin
from polls.models import Question
admin.site.register(Question)
Check the models.py file, you might have a typo in Question
--
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...@googlegroups.com.
To post to this group, send email to django...@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/42d819a1-88f3-4e91-9259-075661f6e2bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.