Ivy-Backend/ivy/accounts
2023-03-07 23:48:52 +08:00
..
migrations Added accounts 2023-02-28 22:16:45 +08:00
__init__.py Added accounts 2023-02-28 22:16:45 +08:00
admin.py Added accounts 2023-02-28 22:16:45 +08:00
apps.py Added accounts 2023-02-28 22:16:45 +08:00
models.py Added accounts 2023-02-28 22:16:45 +08:00
serializers.py Move user list serializer and view to accounts app and restrict all endpoints to logged in users only 2023-03-07 23:48:52 +08:00
tests.py Added accounts 2023-02-28 22:16:45 +08:00
urls.py Move user list serializer and view to accounts app and restrict all endpoints to logged in users only 2023-03-07 23:48:52 +08:00
views.py Move user list serializer and view to accounts app and restrict all endpoints to logged in users only 2023-03-07 23:48:52 +08:00