work on admin ui

This commit is contained in:
bkfox
2019-09-05 23:05:04 +02:00
parent b96f60e779
commit 2d21ab2434
19 changed files with 274 additions and 18 deletions

View File

@ -1,3 +1,4 @@
from django.contrib import admin
from django.urls import include, path, register_converter
from django.utils.translation import ugettext_lazy as _
@ -24,6 +25,7 @@ api = [
urls = [
path('api/', include(api)),
# path('', views.PageDetailView.as_view(model=models.Article),
# name='home'),
path(_('articles/'),