migrations
|
removed pycache, idea
|
2022-06-04 16:14:39 +03:00 |
services
|
added jwt auth, base player logic
|
2022-06-05 13:09:27 +03:00 |
__init__.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
admin.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
apps.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
authentication.py
|
fixed no auth header error
|
2022-06-05 21:28:20 +03:00 |
models.py
|
added jwt auth, base player logic
|
2022-06-05 13:09:27 +03:00 |
permissions.py
|
added character control endpoint
|
2022-06-04 19:30:54 +03:00 |
serializers.py
|
added jwt auth, base player logic
|
2022-06-05 13:09:27 +03:00 |
tests.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
urls.py
|
added jwt auth, base player logic
|
2022-06-05 13:09:27 +03:00 |
views.py
|
added jwt auth, base player logic
|
2022-06-05 13:09:27 +03:00 |