Skip to content
Snippets Groups Projects

Readme Update - Admin creation and localhost change #7

Closed MariaV requested to merge MariaV/gitlab-lobby:readme_admin_explain into main
2 files
+ 30
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -110,7 +110,7 @@ STATICFILES_DIRS = [
]
# Set this to the set of hostnames you are using.
ALLOWED_HOSTS = ["localhost"]
ALLOWED_HOSTS = ["localhost", "127.0.0.1"]
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
Loading