[mezzanine-users] Is this what Mezzanine looks like with no static files?

2014-03-27 Thread Kyle Pennell
I'm trying to work out the Gunicorn and Mezzanine tutorials at Digital Ocean. I'm getting further and further. I'm guessing my problem now is that my static files aren't loading. Is the image below indeed what it looks like when you have something awry with Nginx and Gunicorn? Not trying to

Re: [mezzanine-users] Is this what Mezzanine looks like with no static files?

2014-03-27 Thread Stephen McDonald
Yes that's how it'd look. Make sure you've correctly configured nginx, and run Django's collectstatic commend - you'll need to do the latter each time you deploy. Note that this is all handled for you automatically from setup to ongoing deploys if you use the bundled fabric script.