Skip to content

Commit

Permalink
riders to rider
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshp1656 committed Jan 8, 2024
1 parent 43c8226 commit 602d2b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sih/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,9 @@
OPENAI_API_KEY = 'hhhhhh'

STATIC_ROOT = BASE_DIR / 'staticfiles'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

CSRF_TRUSTED_ORIGINS = [
"https://findteacher.azurewebsites.net",
# Add other trusted origins as needed
]

0 comments on commit 602d2b3

Please sign in to comment.