Skip to content

Commit

Permalink
move fix to common_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Sep 27, 2024
1 parent db55183 commit 1a2914c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions backend/ianalyzer/common_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
},
]

ACCOUNT_USER_DISPLAY = lambda user: user.username.replace(".", "\u2024")

# Internationalization
# https://docs.djangoproject.com/en/3.0/topics/i18n/
Expand Down
2 changes: 0 additions & 2 deletions backend/ianalyzer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
CSRF_TRUSTED_ORIGINS = ['http://localhost:8000']

ACCOUNT_USER_DISPLAY = lambda user: user.username.replace(".", "\u2024")

SITE_NAME = 'IANALYZER'
HOST = 'localhost:8000'

Expand Down

0 comments on commit 1a2914c

Please sign in to comment.