register polls with admin site
This commit is contained in:
parent
2507c1f699
commit
2b191e1421
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
|
@ -1,3 +1,6 @@
|
||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
# Register your models here.
|
# Register your models here.
|
||||||
|
from .models import Question
|
||||||
|
|
||||||
|
admin.site.register(Question)
|
Loading…
Reference in New Issue