|
__init__.py
|
Update model according to last design
|
2023-11-20 02:39:41 +07:00 |
|
apps.py
|
Update Task sub class field
|
2023-11-20 03:16:15 +07:00 |
|
serializers.py
|
Add Board and ListBoard Viewset
|
2023-11-20 20:08:00 +07:00 |
|
signals.py
|
Create 4 default board for all users
|
2023-11-23 13:33:02 +07:00 |
|
tests.py
|
Update model according to last design
|
2023-11-20 02:39:41 +07:00 |
|
urls.py
|
Add Board and ListBoard Viewset
|
2023-11-20 20:08:00 +07:00 |
|
views.py
|
Board and list retrieve need authentication
|
2023-11-23 21:52:12 +07:00 |