-
-
Notifications
You must be signed in to change notification settings - Fork 627
Closed
Labels
Description
Describe the bug
Although I have integrated python-socketio successfully with Django (using gevent), the Django Admin's CSS doesn't load whenever I open it.
To Reproduce
Steps to reproduce the behavior:
- Integrate python-socketio with Django using
eventletorgevent - Open the django admin
Expected behavior
Django admin should have remained the same as it was before integrating socketio
Logs
Not Found: /static/admin/css/base.css
127.0.0.1 - - [24/Jun/2022 15:00:33] "GET /static/admin/css/base.css HTTP/1.1" 404 2737 0.004986
Not Found: /static/admin/css/nav_sidebar.css
127.0.0.1 - - [24/Jun/2022 15:00:33] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 2758 0.002973
Not Found: /static/admin/js/nav_sidebar.js
127.0.0.1 - - [24/Jun/2022 15:00:33] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 2752 0.002992
Not Found: /static/admin/css/dashboard.css
127.0.0.1 - - [24/Jun/2022 15:00:33] "GET /static/admin/css/dashboard.css HTTP/1.1" 404 2752 0.002991
Not Found: /static/admin/css/responsive.css
127.0.0.1 - - [24/Jun/2022 15:00:33] "GET /static/admin/css/responsive.css HTTP/1.1" 404 2755 0.002992