mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-17 06:29:25 +08:00
Registered test user
This commit is contained in:
parent
60538110c8
commit
fdc9381216
2 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ CORS_ALLOWED_ORIGINS = [
|
||||||
DJOSER = {
|
DJOSER = {
|
||||||
'SEND_ACTIVATION_EMAIL': True,
|
'SEND_ACTIVATION_EMAIL': True,
|
||||||
'SEND_CONFIRMATION_EMAIL': True,
|
'SEND_CONFIRMATION_EMAIL': True,
|
||||||
'ACTIVATION_URL': 'activation/{uid}/{token}',
|
'ACTIVATION_URL': 'api/v1/accounts/users/activation/{uid}/{token}',
|
||||||
}
|
}
|
||||||
|
|
||||||
EMAIL_HOST = 'sandbox.smtp.mailtrap.io'
|
EMAIL_HOST = 'sandbox.smtp.mailtrap.io'
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue