1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 23:39:37 +02:00
AdventureLog/backend/server/adventures
2024-11-23 13:42:41 -05:00
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations Enhance adventure management: add error handling for category fetch, implement unique email constraint in user model, and update adventure save logic to ensure category assignment 2024-11-22 17:03:02 -05:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py Initial framework for custom categories 2024-11-14 09:37:35 -05:00
apps.py Add Liechtenstein 2024-08-21 18:56:51 -04:00
middleware.py migration to new backend 2024-07-08 11:44:39 -04:00
models.py Enhance adventure management: add error handling for category fetch, implement unique email constraint in user model, and update adventure save logic to ensure category assignment 2024-11-22 17:03:02 -05:00
permissions.py more permission fixing 2024-09-02 22:27:07 -04:00
serializers.py Refactor adventure category handling: update type definitions, enhance category management in UI components, and implement user-specific category deletion logic in the backend 2024-11-23 13:42:41 -05:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py Initial framework for custom categories 2024-11-14 09:37:35 -05:00
views.py Refactor adventure category handling: update type definitions, enhance category management in UI components, and implement user-specific category deletion logic in the backend 2024-11-23 13:42:41 -05:00