Skip to content

Commit

Permalink
Static files fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Princekumarofficial committed Sep 3, 2024
1 parent 999728c commit 8bdef34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messWebsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SECRET_KEY = env("SECRET_KEY")

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

ALLOWED_HOSTS = ["diningfee.iiti.ac.in", "127.0.0.1"]
CSRF_TRUSTED_ORIGINS = ["http://diningfee.iiti.ac.in", "https://diningfee.iiti.ac.in"]
Expand Down

0 comments on commit 8bdef34

Please sign in to comment.