Wednesday, February 22, 2017

Re: A server that runs django

Hi,

For many people, including me, nginx is the recommended web server for Django. See, for example, my blog post, "Which components should I use in production?". You may also be interested in a webinar I'm hosting this Tuesday, in which we will deploy Django with nginx and Gunicorn.

Regards,

Antonis

Antonis Christofides  http://djangodeployment.com    
On 02/22/2017 05:53 PM, Luvpreet Singh wrote:
Yeah I am running my django on nginx. I just wanted to make sure that if I'm doing wrong by doing so?


On Tuesday, February 7, 2017 at 1:08:01 AM UTC+5:30, Dário Carvalho wrote:
Hi everyone. So, I now understand a little more about how django works and I was thinking about how can I run a site built with django in my own python's server.
Someone know how can I do such thing? I thought about using asyncio and/or socketserver or even http with socketserver. Anyway, thanks.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/d50fffbb-df42-4287-82ad-5e9175ea2967%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment