mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-20 05:54:04 +01:00
Explore Django admin/ Register Question to admin site
This commit is contained in:
parent
df073ed6ce
commit
0db4bad757
@ -1,3 +1,5 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
# Register your models here.
|
from .models import Question
|
||||||
|
|
||||||
|
admin.site.register(Question)
|
||||||
Loading…
Reference in New Issue
Block a user