lemonsaurus / django-starter

A basic Django starter app with docker-compose, docker, pipenv and postgres.
6 stars 5 forks source link

Admin static files is not serving out of box #3

Open matacoder opened 3 years ago

matacoder commented 3 years ago

/admin/login/?next=/admin/ give us 404 errors: django-starter | Not Found: /static/admin/css/fonts.css django-starter | Not Found: /static/admin/css/nav_sidebar.css django-starter | Not Found: /static/admin/css/base.css django-starter | Not Found: /static/admin/css/responsive.css django-starter | Not Found: /static/admin/js/nav_sidebar.js django-starter | Not Found: /static/admin/css/login.css

lemonsaurus commented 3 years ago

Yes, I didn't get this far yet, but this should be resolved. Thanks for making an issue.