added displayname

This commit is contained in:
DerTyp187
2021-11-12 11:01:47 +01:00
parent 43eac1907d
commit dfc4f054ed
6 changed files with 52 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-84w$au&)%5rl8ud!82e%&)e&r+c0f9z%zlr4m9(76mebvx-r2@
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['localhost', '127.0.0.1']
ALLOWED_HOSTS = ['127.0.0.1', 'code.tealfire.de']
# Application definition