ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

`DEBUG = False` breaks CSS in browsers locally #13

Closed ndarville closed 12 years ago

ndarville commented 12 years ago

Happens in other browsers, too. The stylesheets simply aren’t available. Must be a media-serving issue.

ndarville commented 12 years ago

This is explained on Stack overflow, and this is the relevant link to the Django documentation.

Some other threads that may be of interest:


manage.py runserver --insecure is by far the easiest solution.

ndarville commented 12 years ago

For now, manage.py runserver --insecure will do.