Re: Recommended dev environment for a Django project deployed to Linode

2013-10-09 Thread Jorge Arevalo
Interesting! I'm downloading it. Many thanks! On Thursday, September 26, 2013 7:54:55 PM UTC+2, Ezequiel wrote: > > On Wednesday, September 25, 2013 3:06:55 PM UTC-3, Jorge Arevalo wrote: > >> Fine. I don't think my boss is going to pay for PyCharm license, so I'll >> probably go for Eclipse now

Re: Recommended dev environment for a Django project deployed to Linode

2013-10-09 Thread Jorge Arevalo
Yep. VirtualEnvWrapper looks like a winner. And thanks for the suggestion about the requirements.txt On Thursday, September 26, 2013 1:36:21 PM UTC+2, Dump wrote: > > I have the same stack, GeoDjango + PostGIS (and all its dependencies like > GDAL, Proj, GEOS, etc). My notebook runs Debian (also

Re: Recommended dev environment for a Django project deployed to Linode

2013-10-09 Thread Jorge Arevalo
Tested. Works great. Thanks a lot! On Thursday, September 26, 2013 1:13:58 AM UTC+2, Cal Leeming [Simplicity Media Ltd] wrote: > > +1 for virtualenvwrapper, don't know how I survived without this!! > > Cal > > > On Wed, Sep 25, 2013 at 9:59 PM, Roberto López López > > > wrote: > >> >> Check v

Re: Recommended dev environment for a Django project deployed to Linode

2013-10-09 Thread Jorge Arevalo
Thanks both for the suggestions! (and sorry for the delay, I was on a business trip). Looks like there's a lot of things to learn. I'll probably use a staging machine, like suggested. And now I'm between Eclipse, emacs and PyCharm. Time to work! On Wednesday, September 25, 2013 9:48:26 PM UTC+2

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-26 Thread Ezequiel
On Wednesday, September 25, 2013 3:06:55 PM UTC-3, Jorge Arevalo wrote: > Fine. I don't think my boss is going to pay for PyCharm license, so I'll > probably go for Eclipse now (I don't really like it too much, but if works, > it's ok for me) > PyCharm, which is my favorite IDE, has now a Free

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-26 Thread Christiano Anderson
I have the same stack, GeoDjango + PostGIS (and all its dependencies like GDAL, Proj, GEOS, etc). My notebook runs Debian (also I have a Mac Book Pro, but I prefer to work on Linux) and I use Digital Ocean to host my projects, also running Debian boxes. Since Debian keeps an older version of PostGI

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-25 Thread Cal Leeming [Simplicity Media Ltd]
+1 for virtualenvwrapper, don't know how I survived without this!! Cal On Wed, Sep 25, 2013 at 9:59 PM, Roberto López López wrote: > > Check virtualenvwrapper > > http://virtualenvwrapper.readthedocs.org/en/latest/ > > > > > On 09/25/2013 08:06 PM, Jorge Arevalo wrote: > > Fine. I don't think m

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-25 Thread Roberto López López
Check virtualenvwrapper http://virtualenvwrapper.readthedocs.org/en/latest/ On 09/25/2013 08:06 PM, Jorge Arevalo wrote: > Fine. I don't think my boss is going to pay for PyCharm license, so > I'll probably go for Eclipse now (I don't really like it too much, but > if works, it's ok for me) >

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-25 Thread Vernon D. Cole
Yes, I like to have three levels, too. I call the middle one "staging". You can tear it down and build it up again as many times as needed to get it right. A ten-year-old PC will work fine for staging practice. Blow the dust out (the dust affects cooling and leads to poor reliability), load Ubunt

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-25 Thread Bill Freeman
I guess that it's what you're used to. I'm perfectly happy with emacs (less so with vi or vim, but still happy enough). I'm happy with emac's python mode, css mode, etc. There's even supposed to be help for Django templates now. I'm using the Espresso add-on for JavaScript. It's not everything

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-25 Thread Jorge Arevalo
Fine. I don't think my boss is going to pay for PyCharm license, so I'll probably go for Eclipse now (I don't really like it too much, but if works, it's ok for me) About virtualenv, is there any method to provide something like a script to create a virtualenv, install the needed software and h

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-25 Thread Jorge Arevalo
Hello, First of all, many thanks for your response. Sorry for the delay answering this. I was in a business trip. So, you basically have 2 environments: your own machine, and the Linode box. You make the development and testing in your machine, and Linode is for production purposes. And you c

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-17 Thread Vernon D. Cole
Answering the other half of your question: The choice of IDE is not nearly as important as its ease of integration with your dvcs. If you are already familiar with a good one, don't change. On my present project, my boss and I are both using PyCharm, and my other co-worker is using Eclipse, s

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-17 Thread Vernon D. Cole
I installed a client for my favourite distributed version control system on my Linode instance. I have a private repository on a public IP. (github, bitbucket, or launchpad will work, depending on your dvcs of choice -- I have used all three, and other times I have used a private dvcs host,

Re: Recommended dev environment for a Django project deployed to Linode

2013-09-16 Thread Jorge Arevalo
On Monday, September 16, 2013 7:33:49 PM UTC+2, Jorge Arevalo wrote: > > Hello, > > I'm going to start a project based on (Geo)Django + PostgreSQL/PostGIS + > OpenLayers/LeafLet + Bootstrap/Foundation. The project will be deployed to > a Linode box. That box will be created with something like t