Some boilerplate, come on django
This commit is contained in:
parent
76d42af2ac
commit
f5e0b39e3b
|
@ -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 Page
|
||||||
|
admin.site.register(Page)
|
Loading…
Reference in New Issue
Block a user