diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-04-26 09:51:48 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-04-26 09:51:48 +0100 |
commit | 898d216465a7768d1c713662bc65a4f48bec0fed (patch) | |
tree | 405561e43b48a33ebd53c4bb4551485c1afdabbc /config/settings/base.py | |
parent | 4b68f8c819653df773855371ca96ac977d689c7f (diff) |
basic move to Django 3 and remove lots of requirements cruft from cookiecutter - running on Ubuntu 20.04/postgres 12
Diffstat (limited to '')
-rw-r--r-- | config/settings/base.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/settings/base.py b/config/settings/base.py index be13ee7..fd3f502 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -81,7 +81,6 @@ THIRD_PARTY_APPS = [ "allauth", "allauth.account", "allauth.socialaccount", - "rest_framework", ] LOCAL_APPS = [ |