Skip to content

Commit

Permalink
default installed django apps
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Oct 13, 2023
1 parent b28960d commit 6ce2d4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions codeforlife/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,13 @@
"NAME": "django.contrib.auth.password_validation.NumericPasswordValidator",
},
]

# Installed Apps
# https://docs.djangoproject.com/en/4.2/ref/settings/#installed-apps

INSTALLED_APPS = [
"codeforlife.user",
"corsheaders",
"rest_framework",
"django_filters",
]

0 comments on commit 6ce2d4b

Please sign in to comment.