Forums

How can I get my django admin css work?

I started a django project with sqlite database. And I enabled the admin interface, but the css seems not worked. Any help?

Hi there,

It's because we don't automatically serve static files. Currently you need to serve them from django, you'll find some instructions here:

http://tutorial.pythonanywhere.com/django#editing-urls-py-to-serve-static-files