Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 1, 2025
1 parent e82a6b1 commit 4f7dd37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S1/S1/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
SECRET_KEY = os.getenv("SECRET_KEY")

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True

ALLOWED_HOSTS = ["s1.vatger.de", "s1.vatsim-germany.org"]

Expand Down Expand Up @@ -118,4 +118,3 @@
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

LOGIN_URL = "/connect/login"

0 comments on commit 4f7dd37

Please sign in to comment.