Recommended dev environment for a Django project deployed to Linode

2013-09-16 Thread Jorge Arevalo
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 this: https://manager.linode.com/linodes/deploy/linode393074?StackScriptID=6482

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 crea

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

2013-09-25 Thread Jorge Arevalo
error free. (My django environment is almost > exactly like yours with PostGIS, etc.) > -- > > On Monday, September 16, 2013 6:33:49 PM UTC+1, Jorge Arevalo wrote: >> >> Hello, >> >> I'm going to start a project based on (Geo)Django + PostgreSQL/PostGIS +

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-10-09 Thread Jorge Arevalo
a pinch I can directly >> edit on the linode, using vim through ssh, or emacs tramp mode over ssh, >> or, if you want to install your favorite X based editor on the linode, >> through a ssh -Y tunnel. >> >> Bill, the curmudgeon >> >> >> On Wed, Sep

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

2013-10-09 Thread Jorge Arevalo
; > > wrote: > >> >> 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 pa

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

2013-10-09 Thread Jorge Arevalo
apper is the best way to keep your > environment updated with the same versions. I also keep a requirements.txt > file into the project (I use Git and Bitbucket) with the output of pip > freeze command. > > best regards, > > > On 25 September 2013 15:01, Jorge Arevalo

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

Strange behavior with Django 1.5.4 and syncbd/South (missing model fields)

2014-03-27 Thread Jorge Arevalo
send the link. If this isn't correct, please accept my apologies. I will describe the problem here too. Anyway, many thanks in advance. Best regards, -- Jorge Arevalo Freelance developer http://about.me/jorgeas80 -- You received this message because you are subscribed to the Google Group

Django 1.5.4 sql generation just generates one model field (PostgreSQL)

2014-04-03 Thread Jorge Arevalo
Hello, I have this dummy models.py from django.db import models class Foo(models.Model): bar = models.IntegerField(), // more integer fields here... xyz = models.IntegerField() And I want to know the SQL code generated for PostgreSQL, executing: python manage.py sqlall myapp No so

Re: Django 1.5.4 sql generation just generates one model field (PostgreSQL)

2014-04-03 Thread Jorge Arevalo
> > On Apr 3, 2014, at 6:24 PM, Jorge Arevalo > > > wrote: > > > Hello, > > > > I have this dummy models.py > > > > from django.db import models > > > > class Foo(models.Model): > > bar = models.IntegerField(), >

Error with GeoDjango serializer and ForeignKey field

2014-04-06 Thread Jorge Arevalo
(Sorry for the cross posting. I'm not sure about the best place to put my question. So, I put it in StackOverflow too. And I know that a post that contains just a link to another page can be considered spam. So, I C&P the content here) I have a problem with *Django 1.5.4*. I put the question in

Re: Error with GeoDjango serializer and ForeignKey field

2014-04-08 Thread Jorge Arevalo
On Sunday, April 6, 2014 11:13:30 PM UTC+2, Jorge Arevalo wrote: > > (Sorry for the cross posting. I'm not sure about the best place to put my > question. So, I put it in StackOverflow too. And I know that a post that > contains just a link to another page can be considered sp