Skip to content

Commit

Permalink
chore(api): added django extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Sep 5, 2023
1 parent c645340 commit 2725d6f
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 82 deletions.
3 changes: 3 additions & 0 deletions api/outdated/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def default(default_dev=env.NOTSET, default_prod=env.NOTSET):
"outdated.user",
]

if DEBUG:
INSTALLED_APPS.append("django_extensions")

MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"django.middleware.common.CommonMiddleware",
Expand Down
Loading

0 comments on commit 2725d6f

Please sign in to comment.