finished up form media

This commit is contained in:
vabene1111
2018-05-17 21:47:22 +02:00
parent 062d00c474
commit 6590bec117
5 changed files with 6 additions and 5 deletions

View File

@ -45,6 +45,7 @@ INSTALLED_APPS = [
'django_filters',
'crispy_forms',
'rest_framework',
'watson',
'cookbook.apps.CookbookConfig',
]