Re: html5 + Django

2012-05-01 Thread Daniel Sokolowski
-users@googlegroups.com Subject: Re: html5 + Django I suggest Nginx to serve your static files, and possibly also as a reverse proxy to point to your Django with Gunicorn/Apache setup (If you haven't considered Gunicorn as a production server yet, please do. It is fantastic). On Mon, A

Re: html5 + Django

2012-05-01 Thread collectiveSQL
Thanks guys, both posts helped. Cheers. On Tuesday, 1 May 2012 01:51:08 UTC+8, HarpB wrote: > > It is much better to use Apache for static files than Django. You can > still run DJango for data validation, but all static content is typically > served via Apache. In your virtualhost, you should

Re: html5 + Django

2012-04-30 Thread yati sagade
I suggest Nginx to serve your static files, and possibly also as a reverse proxy to point to your Django with Gunicorn/Apache setup (If you haven't considered Gunicorn as a production server yet, please do. It is fantastic). On Mon, Apr 30, 2012 at 11:21 PM, HarpB wrote: > It is much better to u

Re: html5 + Django

2012-04-30 Thread HarpB
It is much better to use Apache for static files than Django. You can still run DJango for data validation, but all static content is typically served via Apache. In your virtualhost, you should proxy the /static/ endpoint to the /static/ folder in Django app. On Sunday, April 29, 2012 5:39:15