mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-20 03:28:59 +00:00
initial movies app
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import Question
|
||||
from .models import Choice, Question
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Question)
|
||||
admin.site.register(Choice)
|
||||
|
||||
Reference in New Issue
Block a user