From 082e4bc4f7577d688e3789787955edc2b68b6d51 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 17 May 2018 22:09:26 +0200 Subject: [PATCH] back to the start --- recipes/settings.py | 1 - requirements.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/settings.py b/recipes/settings.py index a0d139061..2ae2ae644 100644 --- a/recipes/settings.py +++ b/recipes/settings.py @@ -45,7 +45,6 @@ INSTALLED_APPS = [ 'django_filters', 'crispy_forms', 'rest_framework', - 'watson', 'cookbook.apps.CookbookConfig', ] diff --git a/requirements.txt b/requirements.txt index 6a8ea3fa2..9af8c3106 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,4 @@ django-tables2 django-filter django-crispy-forms djangorestframework -django-autocomplete-light -django-watson \ No newline at end of file +django-autocomplete-light \ No newline at end of file