Forums

Django 1.7 Tutorial - Part 2 - Admin Page - No CSS

Hi,

I'm working on the Django tutorial, the most recent Django 1.7 and looking at the notes on here as well about running the tutorial. I'm working with a virtualenv as directed, however I have chosen to store my python files in a folder called practice rather than under my name directly: /home/statgeek/practice

This did cause me to have to modify the WSGI.py file to get the page up and running at statgeek.pythonanywhere.com but I can't get the admin page to show any style.

statgeek.pythonanywhere.com/admin

I've looked at the questions on here and SO regarding this issue and tried a few things, but running a blank on solutions. Any help is appreciated.

Thanks!

There's a guide to setting up Django's static files (including css) here: https://www.pythonanywhere.com/wiki/DjangoStaticFiles -- let me know if it helps?

Thanks, got it to work :)