Re: Guidance regarding Django Deployment Process

2013-02-11 Thread Travis Swicegood
Howdy; Friendly reminder that this mailing list is for the discussion of the development of Django. Please take your questions about specific implementation issues over to django-users. Thanks! -T -- Travis Swicegood | @tswicegood (most everywhere) On Feb 11, 2013, at 7:11 AM, Ashwin Kumar

Re: Guidance regarding Django Deployment Process

2013-02-11 Thread Ashwin Kumar
can you show a screen cast or a detailed setup procedure steps, i tried gunicorn documentation but failed. With Best -Ashwin. +91-9959166266 On Mon, Feb 11, 2013 at 11:57 AM, Ray Ch wrote: > My suggestion is using gunicorn + nginx > They are very light weight. > > nginx - static content ( ima

Guidance regarding Django Deployment Process

2013-02-11 Thread Ray Ch
My suggestion is using gunicorn + nginx They are very light weight. nginx - static content ( images, js and css ). If you are using AWS for static content you can go with apache. Gunicorn - for django is amazing. -- You received this message because you are subscribed to the Google Groups "Dj

Re: Guidance regarding Django Deployment Process

2013-02-09 Thread Aswani Kumar
same here, but i can help you with exp i have, (recently i deployed with nginx+uWSGI) let every one know if you get help from a better linux admin. you can contact me to get basic info which i aquired. On Friday, February 8, 2013 5:37:58 PM UTC+5:30, Kaung Htet Zaw wrote: > > Hi all, > > I am a

Re: Guidance regarding Django Deployment Process

2013-02-09 Thread Karen Tracey
Please ask questions about using Django on django-users. The topic of this list is the development of Django itself. Thanks, Karen -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails fro

Re: Guidance regarding Django Deployment Process

2013-02-09 Thread Luke Granger-Brown
Hey! I'm in a similar boat to you, but this mailing list is for the development of Django only, and not for general Django related questions. You might want to try asking on the django-users list. Luke On Fri, Feb 8, 2013 at 12:07 PM, Kaung Htet Zaw wrote: > Hi all, > > I am a teenager who h

Guidance regarding Django Deployment Process

2013-02-09 Thread Kaung Htet Zaw
Hi all, I am a teenager who have been picking up Django development in my own time. I have reached a state where I am relatively comfortable with the django framework, setting up a *local* development environment, dealing with database setup and installation of third-party packages etc. I have