Skip to content

Django Admin CSS doesn't show up when using python-socketio #943

@MK272008

Description

@MK272008

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:

  1. Integrate python-socketio with Django using eventlet or gevent
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions