Loefbijter / loefsys

MIT License
0 stars 1 forks source link

static files are not loaded for admin #10

Closed mark-boute closed 3 months ago

mark-boute commented 3 months ago

on loading the /admin/ page, the following errors are reported by django:


web  | [27/May/2024 21:32:32] "GET /admin/ HTTP/1.1" 302 0
web  | [27/May/2024 21:32:32] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 4186
web  | WARNING 2024-05-27 21:32:32,803 log 8 136163211872000 Not Found: /static/admin/css/base.css
web  | WARNING 2024-05-27 21:32:32,807 log 8 136163201386240 Not Found: /static/admin/css/dark_mode.css
web  | WARNING 2024-05-27 21:32:32,811 log 8 136163190900480 Not Found: /static/admin/js/theme.js
web  | WARNING 2024-05-27 21:32:32,815 log 8 136163180414720 Not Found: /static/admin/css/nav_sidebar.css
web  | WARNING 2024-05-27 21:32:32,819 log 8 136163169928960 Not Found: /static/admin/js/nav_sidebar.js
web  | [27/May/2024 21:32:32] "GET /static/admin/js/theme.js HTTP/1.1" 404 2686
web  | [27/May/2024 21:32:32] "GET /static/admin/css/base.css HTTP/1.1" 404 2686
web  | WARNING 2024-05-27 21:32:32,824 log 8 136163190900480 Not Found: /static/admin/css/responsive.css
web  | WARNING 2024-05-27 21:32:32,828 log 8 136163159443200 Not Found: /static/admin/css/login.css
web  | [27/May/2024 21:32:32] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 2686
web  | [27/May/2024 21:32:32] "GET /static/admin/css/dark_mode.css HTTP/1.1" 404 2686
web  | [27/May/2024 21:32:32] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 2686
web  | [27/May/2024 21:32:32] "GET /static/admin/css/responsive.css HTTP/1.1" 404 2686
web  | [27/May/2024 21:32:32] "GET /static/admin/css/login.css HTTP/1.1" 404 2686```
mark-boute commented 3 months ago

Not having these files at all does indeed make it difficult