mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-06-18 19:12:47 +00:00
initial movies app
This commit is contained in:
+2
-1
@@ -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