Kumi
e7a7766351
- 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.
10 lines
No EOL
97 B
Text
10 lines
No EOL
97 B
Text
settings.ini
|
|
*.pyc
|
|
__pycache__/
|
|
db.sqlite3
|
|
node_modules/
|
|
static/js/*
|
|
media/
|
|
.venv/
|
|
venv/
|
|
/static/ |