videoflix/backend/videoflix/users
2024-08-05 18:02:51 +02:00
..
migrations app user changed to users and integrated 2024-08-04 08:32:29 +02:00
__init__.py app user changed to users and integrated 2024-08-04 08:32:29 +02:00
admin.py user is now unlocked by his email and token from the email link 2024-08-05 18:02:51 +02:00
apps.py update backend data structure, custom user created 2024-08-04 08:47:19 +02:00
forms.py customized form added to the admin interface for the user 2024-08-04 08:57:10 +02:00
models.py user is now unlocked by his email and token from the email link 2024-08-05 18:02:51 +02:00
serializer.py added auth.service & config HttpClient 2024-08-04 10:48:52 +02:00
tests.py app user changed to users and integrated 2024-08-04 08:32:29 +02:00
views.py added & configure auth login, environments & error.service 2024-08-04 15:55:49 +02:00