Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavTinker authored Oct 8, 2022
1 parent 88177c7 commit 243865f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions officialWebsite/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
MEDIA_ROOT = os.path.join(BASE_DIR, "media")

# to access admin portal from outside
CSRF_TRUSTED_ORIGINS=['https://*.dsctiet.tech']
CSRF_TRUSTED_ORIGINS=['https://*.dsctiet.com']
"""
if not DEBUG:
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
Expand All @@ -166,4 +166,4 @@

DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"

BULK_ADD = True
BULK_ADD = True

0 comments on commit 243865f

Please sign in to comment.