First version
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@ -0,0 +1,10 @@
|
||||
SECRET_KEY=''
|
||||
DB_NAME=''
|
||||
DB_USER=''
|
||||
DB_PASSWORD=''
|
||||
EMAIL_BACKEND="django.core.mail.backends.console.EmailBackend"
|
||||
EMAIL_USE_TLS=...
|
||||
EMAIL_HOST=''
|
||||
EMAIL_HOST_USER=''
|
||||
EMAIL_HOST_PASSWORD=''
|
||||
EMAIL_PORT=...
|
Reference in New Issue
Block a user