elky / django-flat-theme

A flat theme for Django admin interface. Modern, fresh, simple.
Other
413 stars 46 forks source link

Not working at production stage #31

Closed cbanicolas closed 8 years ago

cbanicolas commented 8 years ago

Hi, for some reason django-flat-theme it is not working at production stage, it is strange because "flat" it is setted in base.py before django.contrib.admin, and the same file it is used by production and dev. Any ideas ??? Thanks a lot !

elky commented 8 years ago

Did you run manage.py collectstatic?

cbanicolas commented 8 years ago

Crap, i forget it ! Thank you ! I am new at Django.