forked from 42CTF/website
local settings
This commit is contained in:
parent
f53eb4d924
commit
58947f2b89
|
@ -1,3 +1,4 @@
|
||||||
|
local_settings.py
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Django
|
||||||
|
requests
|
||||||
|
authlib
|
|
@ -159,7 +159,3 @@ EMAIL_BACKEND = 'django_mailjet.backends.MailjetBackend'
|
||||||
EMAIL_HOST = 'in-v3.mailjet.com'
|
EMAIL_HOST = 'in-v3.mailjet.com'
|
||||||
EMAIL_PORT = 587
|
EMAIL_PORT = 587
|
||||||
DEFAULT_FROM_EMAIL = '42ctf <no-reply@42ctf.org>'
|
DEFAULT_FROM_EMAIL = '42ctf <no-reply@42ctf.org>'
|
||||||
MAILJET_API_KEY = ''
|
|
||||||
MAILJET_API_SECRET = ''
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue