Skip to content
Advertisement

Tag: deployment

Django: Not Found static/admin/css

I just deployed my first Django app on Heroku but I notice that it doesn’t have any CSS like when I runserver on the local machine. I know there’s something wrong with static files but I don’t understand much about it even when I already read the docs. I can do python3 manage.py collectstatic to create a static folder but

Advertisement