Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KUNAL committed May 3, 2021
1 parent 654e8ee commit fbddc8c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions resources/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,7 @@

STATIC_URL = '/static/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# CACHES_MIDDLEWARE_SECONDS = 60
# CACHES = {
# 'default': {
# 'BACKEND': 'django_mongodb_cache.MongoDBCache',
# 'LOCATION': 'mongodb+srv://iiitkalyani:[email protected]/myFirstDatabase/my_cache?retryWrites=true&w=majority',
# }
# }

EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = config['EMAIL_HOST_USER']
Expand Down

0 comments on commit fbddc8c

Please sign in to comment.