Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Princekumarofficial committed Sep 3, 2024
1 parent 9c7cd83 commit e7adda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions home/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class Meta:
"first_pref",
"second_pref",
"third_pref",
"registration_time",
)

export_order = [
Expand All @@ -123,6 +124,7 @@ class Meta:
"first_pref",
"second_pref",
"third_pref",
"registration_time",
]


Expand Down
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 e7adda4

Please sign in to comment.