Hi, I'm fairly new to Django and web development. No CSS is showing up anywhere, homepage, admin, you name it, it ain't there. I have:
and
and
It seems that others have had a similar problem but they played around with static_media. I have not touched it. Thanks and please help! I have no idea what's going on! asked 06 Jan '14, 12:45 loonyuni |
Hello! Your static application is currently a Django application as well - you would need to configure it in order to serve the files. Simply create a new application of category "Static" and type "Static (no .htaccess), and bind /static to that application instead. You can find more information here:
If you have any more questions or issues, don't hesitate to send us a support ticket. answered 06 Jan '14, 13:10 yulian |
Hello!
Your static application is currently a Django application as well - you would need to configure it in order to serve the files. Simply create a new application of category "Static" and type "Static (no .htaccess), and bind /static to that application instead. You can find more information here:
http://docs.webfaction.com/software/django/config.html#serving-django-static-media
If you have any more questions or issues, don't hesitate to send us a support ticket.