Skip to content

Commit

Permalink
feat: add more django native features
Browse files Browse the repository at this point in the history
  • Loading branch information
davisilvarafacho committed Oct 30, 2024
1 parent 8b6dd0e commit 78115e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,21 @@
CSRF_TRUSTED_ORIGINS = []


SITE_ID = 1

ADMINS = [("Davi Silva Rafacho", "[email protected]")]

MANAGERS = ADMINS


DJANGO_APPS = [
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.postgres",
"django.contrib.sites",
"django.contrib.staticfiles",
]

Expand Down

0 comments on commit 78115e3

Please sign in to comment.