back to the start

This commit is contained in:
vabene1111
2018-05-17 22:09:26 +02:00
parent 6590bec117
commit 082e4bc4f7
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -5,5 +5,4 @@ django-tables2
django-filter django-filter
django-crispy-forms django-crispy-forms
djangorestframework djangorestframework
django-autocomplete-light django-autocomplete-light
django-watson