Skip to content

Commit

Permalink
Modifico el DEBUG de settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaloEBaez committed Jun 15, 2024
1 parent d1cee04 commit 3e0dc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vetsoft/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
SECRET_KEY = "django-insecure-p)^5i@33!)v)l7*c#q)%j(g5d+**-yo%)6l*vg!gs_w-e=^_ig"

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

ALLOWED_HOSTS = ['vet-soft-1-4.onrender.com','100.20.92.101','44.225.181.72','44.227.217.144','127.0.0.1']

Expand Down

0 comments on commit 3e0dc2a

Please sign in to comment.