Added the auto removal of invalid keys and user api's deactivate services

This commit is contained in:
Raynaldo Rivera
2014-10-15 20:35:25 -07:00
parent 304c1d5109
commit c4801c8b42
4 changed files with 81 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ BROKER_URL = 'amqp://guest:guest@localhost:5672/'
CELERYBEAT_SCHEDULER = "djcelery.schedulers.DatabaseScheduler"
# EMAIL SETTINGS
# By default setup for gmail
# By default uses the python smtpd server
DOMAIN = 'https://the99eve.com'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587