Forums

No admin static files

Hi. I'm following the Django Girls blog tutorial. I have my venv setup with Django3. I'm pushing locally from PyCharm to GitHub, pulling to PythonAnywhere, and I'm able to show the al3sha.pythonAnywhere.com/admin page, but the static/css files are not being served.

I am methodical about reloading from the Web tab.

I do not have a ~/static/, not locally in my git repo nor PyCharm, and so one does not get pushed to GitHub and then not pulled to PythonAnywhere. I don't know what I need to do; I could create all those things, find the css files on the web somewhere and pop them in, update the Static URLs on the Web tab, but I think there's something more subtle I'm missing? I hope.

Please feel free to look at any of my files and directories. I really appreciate any help you can offer.

Take a look at https://help.pythonanywhere.com/pages/DjangoStaticFiles

Thank you, most kindly.

All better now.