Skip to content

Commit

Permalink
added common installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 2, 2024
1 parent c07fee4 commit 5adf77a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions codeforlife/settings/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,18 @@ def get_databases(base_dir: Path): # pragma: no cover
# https://docs.djangoproject.com/en/3.2/ref/settings/#installed-apps

INSTALLED_APPS = [
"django.contrib.admin",
"django.contrib.admindocs",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.sites",
"django.contrib.staticfiles",
"aimmo", # TODO: remove
"game", # TODO: remove
"portal", # TODO: remove
"common", # TODO: remove
"api",
"codeforlife.user",
"corsheaders",
Expand Down

0 comments on commit 5adf77a

Please sign in to comment.