This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Commit 07c1ddc
authored
PLAT-11505 Migrate from django-rest-auth to dj-rest-auth (#626)
* chore(Pipfile): remove django-rest-auth package
feat(Pipfile): add dj-rest-auth package for authentication and authorization functionality
* fix(serializers.py): import PasswordResetSerializer from dj_rest_auth instead of rest_auth
fix(settings.py): update third-party app names to use dj_rest_auth instead of rest_auth
fix(settings.py): update REST_AUTH settings to use REST_AUTH instead of REST_AUTH_SERIALIZERS and REST_AUTH_REGISTER_SERIALIZERS
fix(urls.py): update rest_auth urls to use dj_rest_auth instead of rest_auth
feat(urls.py): update rest_auth.registration urls to use dj_rest_auth.registration instead of rest_auth.registration
* chore(Pipfile): update dj-rest-auth version to 4.0.1 for compatibility reasons1 parent 8682fe5 commit 07c1ddc
File tree
5 files changed
+29
-30
lines changed- {{cookiecutter.project_slug}}
- home/api/v1
- {{cookiecutter.project_slug}}
5 files changed
+29
-30
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| 35 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | 208 | | |
211 | 209 | | |
212 | 210 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments