views:

109

answers:

1

I have my django setup. Now i just need to get the admin site to be correct. Currently there is no css asigned to it, so i guese my admin media urls etc in settings file is not correct?

Thanks

+2  A: 

Have you read through their docs? Or is there something in there that wasn't working?

This seems more like a question to ask on their forum. Their tech people usually respond pretty quickly.

Seth
Make sure you read about setting up static files, also. See http://docs.webfaction.com/software/static.html#serving-static-media
Peter Rowell