freedoi/.gitignore
Kumi e7a7766351
feat: add local static files and update references
- Add local Bootstrap CSS and JS files to the static directory.
- Add local jQuery file to the static directory.
- Update HTML templates to reference local static files instead of CDN links.
- Load Django static files in the base template.
- Add STATIC_ROOT to Django settings for static file collection.

These changes improve website performance and reliability by serving static assets locally, avoiding dependence on external CDNs. Additionally, this facilitates easier offline development and deployment.
2024-06-23 15:24:50 +02:00

10 lines
No EOL
97 B
Text

settings.ini
*.pyc
__pycache__/
db.sqlite3
node_modules/
static/js/*
media/
.venv/
venv/
/static/