diff options
| author | Bobby <[email protected]> | 2023-11-10 21:11:55 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-10 21:11:55 -0500 |
| commit | 8e5ecd58d6500bb62ca2fe96940b985b5c7c31c6 (patch) | |
| tree | e9de868ba08d858a7fb4099d4578764b81e197e4 | |
| parent | 9b8c5d31124fd4c328cc6b8285695ed8d874efda (diff) | |
| download | thatcomputerscientist-8e5ecd58d6500bb62ca2fe96940b985b5c7c31c6.tar.xz thatcomputerscientist-8e5ecd58d6500bb62ca2fe96940b985b5c7c31c6.zip | |
Fix requirements
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rw-r--r-- | 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', |
