27 Oct
2017
27 Oct
'17
3:01 p.m.
On 10/27/2017 04:58 PM, Andrew Hodder wrote:
Sure thing:
Looks like your stylesheets aren't loaded.
if you are running in production (with DEBUG=False) django won't serve
static files
You need to configure your webserver to do that.
You need to make sure to load all the static files using
python manage.py collectstatic
to gather everything and put them in one directory that can then be
served by your webserver