basic api

This commit is contained in:
vabene1111
2018-02-05 11:45:09 +01:00
parent 42aeeb569b
commit 6a93e9d28e
5 changed files with 134 additions and 78 deletions

View File

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