Skip to content

Commit

Permalink
Clean settings
Browse files Browse the repository at this point in the history
  • Loading branch information
roperi committed Dec 9, 2023
1 parent e375a07 commit ba50e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

ADMIN_URL = "admin:index"

# Additional locations of static files
STATICFILES_DIRS = [
Expand Down Expand Up @@ -235,7 +236,6 @@
]

# CUSTOM TITLES AND HEADERS
ADMIN_URL = "admin:index"
INDEX_TITLE = "Data Dynamo"
SITE_TITLE = "API Portal"
SITE_HEADER = "Data Dynamo API"
Expand Down

0 comments on commit ba50e1f

Please sign in to comment.