diff --git a/src/cfehome/settings.py b/src/cfehome/settings.py index 3b4f559..e05761c 100644 --- a/src/cfehome/settings.py +++ b/src/cfehome/settings.py @@ -1,14 +1,4 @@ -""" -Django settings for cfehome project. -Generated by 'django-admin startproject' using Django 5.0.6. - -For more information on this file, see -https://docs.djangoproject.com/en/5.0/topics/settings/ - -For the full list of settings and their values, see -https://docs.djangoproject.com/en/5.0/ref/settings/ -""" from decouple import config from pathlib import Path @@ -73,6 +63,7 @@ "profiles", "subscriptions", "visits", + 'slippers', # third-party-apps "allauth_ui", 'allauth',