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

2016-12-28 Thread Matthew Pava
For what it’s worth, I use Windows 10 as my development environment. We use Windows Server 2012 in production with PostgreSQL and Apache 2.4 with modwsgi. We use Python 3.5 and Django 1.10. All of our tools are 64-bit. What’s really nice is that we have a method to print webpages directly

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

2016-12-28 Thread Kakar Nyori
Hi, I use windows, and I too was confused about these things. The best recommendation I got was to use *Vagrant, *and to this day I use it. *"Vagrant is a tool for building complete development environments."* Basically you select an environment like ubuntu OS (called vagrant box), and then

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

2016-12-28 Thread Avraham Serour
There's nothing recommending not to use uwsgi on windows. Deploying on windows may be not recommended, but if you must use it uwsgi may be compiled in cygwin. Actually even nginx may be compiled in cygwin and works fine On Wed, Dec 28, 2016 at 5:03 AM, roboslone wrote: >

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

2016-12-27 Thread roboslone
Both nginx and Apache are cross-platform, so you could run them on Windows as your front-end servers. You can't use gunicorn and it's not recommended to use uWSGI on Windows (http://stackoverflow.com/questions/21071494/how-to-run-django-with-nginx-on-a-windows-machine

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

2016-12-27 Thread Karen Tracey
On Tue, Dec 27, 2016 at 11:59 AM, bart wrote: > Don't u se Windows! > > Please stop answering like this, this is the 2nd time you've provided an answer of essentially "just don't do it" to a valid question. Windows may not be where you would ever choose to deploy something, but

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

2016-12-27 Thread bart
is shit to u se Django. Wysłano z telefonu Samsung Oorspronkelijk bericht Van: Varuna Seneviratna <varunasenevira...@gmail.com> Datum: 26-12-16 07:11 (GMT+01:00) Aan: django-users@googlegroups.com Onderwerp: What is the best combination of components when installing

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

2016-12-27 Thread Ali Rıza P . Bayrı
django-users@googlegroups.com > Onderwerp: What is the best combination of components when installing > Django on Windows 10? > > Hello, > What is the best combination of components to be used when > installing Django on Windows 10; By Components, I mean the databas

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

2016-12-26 Thread bart
nation of components when installing Django on Windows 10? 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 subs

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

2016-12-26 Thread Antonis Christofides
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

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

2016-12-25 Thread Varuna Seneviratna
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