From 8e5ecd58d6500bb62ca2fe96940b985b5c7c31c6 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 10 Nov 2023 21:11:55 -0500 Subject: Fix requirements --- requirements.txt | 2 ++ thatcomputerscientist/settings.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 59e7960d..189e5d8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ bs4 jellyfish fuzzywuzzy selenium +django-haystack channels channels_redis daphne @@ -20,3 +21,4 @@ numpy scikit-learn akismet apscheduler +django-sslserver diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py index e51a0257..8632a951 100644 --- a/thatcomputerscientist/settings.py +++ b/thatcomputerscientist/settings.py @@ -59,10 +59,8 @@ INSTALLED_APPS = [ 'django.contrib.sites', 'django.contrib.sitemaps', 'sslserver', - 'rest_framework', 'thatcomputerscientist', 'haystack', - 'django_hosts', 'blog.apps.BlogConfig', 'users', 'userpages', -- cgit v1.2.3