kumify/dreams
Kumi 94c4fb650b
fix: Refactors views to use static for script paths
Changes hardcoded script URL paths to use Django's static function for better resource management and maintainability.

Improves code readability by breaking lines, adopting PEP 8 style guidelines.

Simplifies model imports and uses consistent string formatting for various UI elements.
2024-11-20 21:27:56 +01:00
..
migrations feat(dreams): Initialize database models for dream tracking 2024-05-17 13:28:29 +02:00
templates/dreams feat: Modularizes dashboard structure 2024-11-18 10:49:04 +01:00
templatetags feat: Enhance data security and introduce heatmap UI 2024-05-17 15:03:20 +02:00
__init__.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
admin.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
apps.py Create models for dream tracking module 2021-01-01 14:43:47 +01:00
features.py feat: Enhances navigation with collapsible menus 2024-11-19 06:56:52 +01:00
forms.py Make themes not required for dreams 2021-01-04 07:38:42 +01:00
models.py Fix file name display in dream view 2021-01-06 14:05:31 +01:00
tests.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
urls.py refactor: clean up unused imports and improve code quality 2024-06-02 20:27:02 +02:00
views.py fix: Refactors views to use static for script paths 2024-11-20 21:27:56 +01:00