mirror of
https://github.com/lemeow125/Ivy-Backend.git
synced 2025-06-29 00:55:42 +08:00
Added user list url endpoints
This commit is contained in:
parent
3205880bde
commit
d2a869b685
4 changed files with 21 additions and 4 deletions
|
@ -143,6 +143,10 @@ DJOSER = {
|
|||
'SEND_ACTIVATION_EMAIL': True,
|
||||
'SEND_CONFIRMATION_EMAIL': True,
|
||||
'ACTIVATION_URL': 'activation/{uid}/{token}',
|
||||
'PERMISSIONS': {
|
||||
'user': ['rest_framework.permissions.AllowAny'],
|
||||
'user_list': ['rest_framework.permissions.AllowAny'],
|
||||
},
|
||||
}
|
||||
|
||||
EMAIL_HOST = 'sandbox.smtp.mailtrap.io'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue