No description
Find a file
Kumi a41468afee
feat(settings): add STATICFILES_DIRS configuration
Added STATICFILES_DIRS to the Django settings to specify additional directories where Django will look for static files, apart from the static/ directory. This change allows for better organization and management of static files, specifically by including project-specific assets located in the coffeemachine/static directory. This update facilitates the development process by ensuring that static files are efficiently managed and served during development.
2024-06-05 16:59:10 +02:00
.vscode feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
coffeemachine feat(settings): add STATICFILES_DIRS configuration 2024-06-05 16:59:10 +02:00
.gitignore feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
manage.py feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00
requirements.txt feat: add Django project & VSCode config for enhanced development workflow 2024-06-05 15:35:47 +02:00