Monday, December 26, 2016

Re: What is the best combination of components when installing Django on Windows 10?

What is best for me might not be best for you. For example, why Windows 10? Ubuntu would probably be easier. But you have a reason for choosing Windows 10. Likewise, why IIS? If you ask me, the best *in general* is Debian - nginx - Gunicorn - PostgreSQL, but what I actually do each time depends on the constraints I have each time (for example, I have reasons to use Apache more often than nginx). If I _had_ to deploy in Windows 10, I'd probably use Apache, mod_wsgi and PostgreSQL.

And the RDBMS also depends on the application. Sometimes SQLite is fine.

Regards,

Antonis

Antonis Christofides  http://djangodeployment.com
On 12/26/2016 08:11 AM, Varuna Seneviratna wrote:
Hello,
         What is the best combination of components to be used when installing Django on Windows 10; By Components, I mean the database and the web Server. 


Thanks, Varuna
--
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/CAKW-c0wiaY%3D9viR4r_A3yvNCPSGZbN6W-C5akZ-bRLXZgbiDOg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment