api
|
added hero position on deck for initial deck
|
2022-07-07 23:54:03 +03:00 |
migrations
|
added deck model and creation endpoint
|
2022-06-06 20:15:45 +03:00 |
services
|
added new deck gen
|
2022-07-27 01:24:47 +03:00 |
__init__.py
|
Initial commit, added base User and Hero models
|
2022-06-04 16:01:23 +03:00 |
apps.py
|
added hero position on deck for initial deck
|
2022-07-07 23:54:03 +03:00 |
models.py
|
added new deck gen
|
2022-07-27 01:24:47 +03:00 |
permissions.py
|
added character control endpoint
|
2022-06-04 19:30:54 +03:00 |
signals.py
|
updated hero placement for room create
|
2022-07-08 01:16:41 +03:00 |
tests.py
|
added instructions, inited tests
|
2022-06-21 11:37:18 +03:00 |