Skip to content

Commit d9c4333

Browse files
authored
Merge pull request #180 from PROCOLLAB-github/feature/password-reset
Восстановление пароля по почте
2 parents f2039a4 + 575b586 commit d9c4333

5 files changed

Lines changed: 498 additions & 15 deletions

File tree

procollab/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"django.contrib.messages",
7474
"django.contrib.staticfiles",
7575
"debug_toolbar",
76-
"django_rest_passwordreset",
7776
# My apps
7877
"core.apps.CoreConfig",
7978
"industries.apps.IndustriesConfig",
@@ -92,6 +91,7 @@
9291
"rest_framework_simplejwt",
9392
"rest_framework_simplejwt.token_blacklist",
9493
"django_cleanup.apps.CleanupConfig",
94+
"django_rest_passwordreset",
9595
# "rest_framework.authtoken",
9696
# Plugins
9797
"corsheaders",

0 commit comments

Comments
 (0)