diff --git a/flashy/settings.py b/flashy/settings.py index 67b3a18..5fabddd 100644 --- a/flashy/settings.py +++ b/flashy/settings.py @@ -17,7 +17,6 @@ REST_FRAMEWORK = { INSTALLED_APPS = [ 'simple_email_confirmation', 'flashcards', - 'autocomplete_light', 'django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.auth', diff --git a/requirements.txt b/requirements.txt index 7e455f1..720c874 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,4 @@ djangorestframework docutils django-simple-email-confirmation coverage -django-rest-swagger -django-autocomplete-light \ No newline at end of file +django-rest-swagger \ No newline at end of file