overview + center

This commit is contained in:
vabene1111
2018-02-01 00:20:47 +01:00
parent c382e9df24
commit 9bdc303f0e
9 changed files with 267 additions and 70 deletions

View File

@@ -38,6 +38,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'django_tables2',
'cookbook.apps.CookbookConfig',
]