StudE-Backend/stude/accounts
2023-07-04 20:34:12 +08:00
..
migrations Make users not active by default, requiring email activation 2023-07-04 19:36:29 +08:00
__init__.py Added Djoser 2023-06-26 19:10:04 +08:00
admin.py Polished email template and django admin for custom user 2023-07-04 19:22:21 +08:00
apps.py Added Djoser 2023-06-26 19:10:04 +08:00
models.py Make users not active by default, requiring email activation 2023-07-04 19:36:29 +08:00
serializers.py Improved CustomUserSerializer 2023-07-04 20:34:12 +08:00
urls.py Switch to JSON web token and set default host to 0.0.0.0 2023-07-03 23:19:03 +08:00