Re: linux or windows

2013-06-05 Thread Fabiano Trentin
Hi everyone, I would recommend to install Django on Ubuntu 12.04.2 and with a Oracle VM Virtualbox in your Windows OS. Check this tutorial post: * http://faptrentin.blogspot.com.br/2013/06/geodjango-on-ubuntu-12042.html*

Re: linux or windows

2013-06-01 Thread Kakar Arunachal Service
Thanks! On Sat, Jun 1, 2013 at 9:04 PM, Artem Zinoviev wrote: > Django is a python. And nothing more... if you want be a python developer > linux is must have. Of course you can develop in windows and play with you > code some times... But a lot of python package don`t work in windows. if > you

Re: linux or windows

2013-06-01 Thread Artem Zinoviev
Django is a python. And nothing more... if you want be a python developer linux is must have. Of course you can develop in windows and play with you code some times... But a lot of python package don`t work in windows. if you want meet new problem every day - windows is your choice :) пятница,

Re: linux or windows

2013-05-31 Thread Jamie Lawrence
I don't count this as 'voluntary', except in the sense that I wasn't forced at the point of a gun, but I can say that it is possible to back a Django site with SQL Server. I do not recommend it, and the details vary based on which particular stack you are running. My recommendations are: don't

Re: linux or windows

2013-05-31 Thread Nikolas Stevenson-Molnar
Same here. In a perfect world I'd develop on Mac and deploy to Linux, as compiling anything on Windows is a pain and the command prompt is a sorry excuse for a shell (yes, I could use cygwin, and do at times...). Can't use pip to install anything with a compile step. Once you have everything instal

Re: linux or windows

2013-05-31 Thread phil...@bailey.st
forgot to include a vagrant video how-to http://www.youtube.com/watch?v=MiRMvB65U1Y Best, Phillip On 31/05/13 21:53, phil...@bailey.st wrote: > Hi Kakar, > > if you want to use Linux within Window, I strongly advise you to > use Vagrant http://docs-v1.vagrantup.com/v1/docs/getting-started/ >

Re: linux or windows

2013-05-31 Thread phil...@bailey.st
Hi Kakar, if you want to use Linux within Window, I strongly advise you to use Vagrant http://docs-v1.vagrantup.com/v1/docs/getting-started/ Vagrant will bring up and running a Linux virtual server within minutes. Best, Phillip On 31/05/13 12:11, Kakar Arunachal Service wrote: > Hi! > I know

Re: linux or windows

2013-05-31 Thread Jason Arnst-Goodrich
I'd just like to chime in as another "develop on windows, deploy to linux" guys. It's worked fine for me for years. Like people have said, sometimes it's hard to get certain libraries for Windows installed but it's usually not to hard to find a packaged solution if you google (and in simple pro

Re: linux or windows

2013-05-31 Thread Chris Lawlor
Django itself is completely platform agnostic. Years ago I used to develop on Windows, and typically where I would run into problems was trying to find binaries for third party libraries like PIL and psycopg2. They'd usually be available from somewhere or another, thanks to some kindhearted sou

Re: linux or windows

2013-05-31 Thread Kakar Arunachal Service
Thanks! Learned many things! On Fri, May 31, 2013 at 6:57 PM, Javier Guerra Giraldez wrote: > On Fri, May 31, 2013 at 7:55 AM, Mike Dewhirst > wrote: > > I don't know of anyone voluntarily using Windows as a Django production > > server platform. > > > not sure if it counts as "voluntarily", bu

Re: linux or windows

2013-05-31 Thread Javier Guerra Giraldez
On Fri, May 31, 2013 at 7:55 AM, Mike Dewhirst wrote: > I don't know of anyone voluntarily using Windows as a Django production > server platform. not sure if it counts as "voluntarily", but if you _have_ to use MS SQL Server, the DB client options on Linux aren't getting any better, so soon the

Re: linux or windows

2013-05-31 Thread Mike Dewhirst
On 31/05/2013 9:11pm, Kakar Arunachal Service wrote: Hi! I know this question is one absurd question, but just out of curiosity, is it important to use linux other than the windows, related to django. Cause i'm in windows, and if it is, then i was thinking to use Ubuntu. Please advise. I develo

Re: linux or windows

2013-05-31 Thread shmengie
I use Linux for *everything* including running a windows virtual machine to support those who do not. Usually google has an answer for problems that arise. It does make easy to mirror production and development environments. Never tried django on Windows, so I have no opinion re: windows. --

Re: linux or windows

2013-05-31 Thread Kakar Arunachal Service
Ok! Thank u so much! -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users

Re: linux or windows

2013-05-31 Thread Kakar Arunachal Service
ok thanks! On Fri, May 31, 2013 at 5:07 PM, Huy T wrote: > Without regarding any other topics, you will find more information dealing > with *nix and django/python versus a Windows environment. So from an > information perspective, you'd be doing yourself a disservice if you > weren't familiar

Re: linux or windows

2013-05-31 Thread Huy T
Without regarding any other topics, you will find more information dealing with *nix and django/python versus a Windows environment. So from an information perspective, you'd be doing yourself a disservice if you weren't familiar with a unix/linux flavor (not saying you aren't). Also, security is

Re: linux or windows

2013-05-31 Thread Jonas Geiregat
On 31 May 2013, at 13:26, Kakar Arunachal Service wrote: > thanks!! So, for the production purpose, one must use linux? > No you can also run django and python applications in general on a window system, even in production. But in is most cases it's easier to deploy a django/python applicatio

Re: linux or windows

2013-05-31 Thread Kakar Arunachal Service
thanks!! So, for the production purpose, one must use linux? On Fri, May 31, 2013 at 4:49 PM, Avraham Serour wrote: > for development purposes it shouldn't make a difference, on your server I > believe ubuntu would be a better choice than windows > on the other hand if your server is ubuntu som

Re: linux or windows

2013-05-31 Thread Avraham Serour
for development purposes it shouldn't make a difference, on your server I believe ubuntu would be a better choice than windows on the other hand if your server is ubuntu some might choose to use it for development also, to be as close as possible to the production environment On Fri, May 31, 2013

Re: linux or windows

2013-05-31 Thread Jonas Geiregat
On 31 May 2013, at 13:11, Kakar Arunachal Service wrote: > Hi! > I know this question is one absurd question, but just out of curiosity, is it > important to use linux other than the windows, related to django. Cause i'm > in windows, and if it is, then i was thinking to use Ubuntu. Please advi