Skip to content

Commit

Permalink
Fix: set Django to dev mode as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidfa authored Oct 18, 2022
1 parent 7bc7b8d commit 2f80d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inertia_django_vite_vue_minimal/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
SECRET_KEY = "django-insecure-0-s3nzb$^1yk(!-_e553a!&b(74^d1rg()vziok)h33!oz)mhv"

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

ALLOWED_HOSTS = ["*"]

Expand Down

0 comments on commit 2f80d93

Please sign in to comment.