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
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
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 +
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
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
;
> > 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
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
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
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
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
>
> 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(),
>
(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
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
13 matches
Mail list logo