|
api
|
added user identity check on deck edit
|
2022-06-08 19:03:38 +03:00 |
|
migrations
|
added deck model and creation endpoint
|
2022-06-06 20:15:45 +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 |
|
models.py
|
added user identity check on deck edit
|
2022-06-08 19:03:38 +03:00 |
|
permissions.py
|
added character control endpoint
|
2022-06-04 19:30:54 +03:00 |
|
tests.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
|
urls.py
|
added deck update and delete
|
2022-06-07 23:54:26 +03:00 |