mirror of
https://github.com/skoobasteeve/django-movies.git
synced 2026-03-20 03:28:59 +00:00
working polls app with function-based non-generic views
This commit is contained in:
6
apps/polls/admin.py
Normal file
6
apps/polls/admin.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from .models import Question
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(Question)
|
||||
Reference in New Issue
Block a user