Django web hosts in Canada

2015-01-29 Thread jogaserbia
Hi All, I would like to deploy my first Django website in the next month or so. I am looking at deployment options, but need some clarification. 1) when id doesn't matter where the servers are I understand that in terms of PASS: heroku, AWS, and Google elastic beanstalk can all handle Django

Re: Django web hosts in Canada

2015-01-30 Thread jogaserbia
Hi All, Thanks for the ideas. I'll consider the suggestions. Ivan -- 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. T

Re: Django Performance

2015-04-20 Thread jogaserbia
You might want to start by posting what you have learned so far (with some effort shown). Otherwise, you are asking people to complete your homework for you. Otherwise, post most specific questions for clarification. On Saturday, April 18, 2015 at 8:52:13 AM UTC-4, Jasvir Singh wrote: > > Hi

connecting django to postgres on Windows7- issue with install of psycopg2

2014-11-06 Thread jogaserbia
Hi All, I am trying use postgres with Django for the first time. I successfully downloaded psycopg2 through this site: http://www.stickpeople.com/projects/python/win-psycopg/ It is in my main site-libraries. However, when I try to run the same command in my virtual environment (when the vi

Re: connecting django to postgres on Windows7- issue with install of psycopg2

2014-11-06 Thread jogaserbia
win-amd64-py3.4-pg9.3.5-release.exe On Thursday, November 6, 2014 11:33:41 AM UTC-5, jogaserbia wrote: > > Hi All, > > I am trying use postgres with Django for the first time. I successfully > downloaded psycopg2 through this site: > > http://www.stickpeople.com/projects/python

ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
Hi, I am trying to get GeoDjango up and running. I followed these instructions (on Windows 7, Postgres 9.3.5). I followed these instructions: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#windows And get the error ImportError: cannot import name 'GEOSException' I am n

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
Forgot to mention Django 1.7. Thanks, Ivan -- 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, se

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
Python 3.4 On Tuesday, November 18, 2014 9:15:29 AM UTC-5, jogaserbia wrote: > > Forgot to mention Django 1.7. > > Thanks, > > Ivan > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
I got the same error when I run the following command in the Python Shell: from django.contrib.gis.db import models -- 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

Re: ImportError: cannot import name 'GEOSException'

2014-11-18 Thread jogaserbia
> > I just realized something. > This are all the files in django.contrib.gis.geos: Notice there is no GEOSException, nor is there GEOSGeometry. There is however geometry.py (which as the class GEOSGeometry in it) and error.py (which has the class GEOSException in it). I am not sure

Re: ImportError: cannot import name 'GEOSException'

2014-11-19 Thread jogaserbia
Hi Carl, Thanks very much for the response. I am trying to get GeoDjango up and running (for a couple of days now) and am having a really hard time. I came across another question on the internet (that does not specifically have to do with my issue) that suggested putting this path variabl

Re: ImportError: cannot import name 'GEOSException'

2014-11-19 Thread jogaserbia
Thanks for the help Carl. Also, thanks for filing the ticket. Every bit of info helps. I really do like Python and Django so far. I am just wondering whether I should just quit trying to make GeoDjango work on my windows machine (at work). I will be setting up a linux machine at home in t

Re: ImportError: cannot import name 'GEOSException'

2014-11-20 Thread jogaserbia
where, for other peoples' reference. Ivan On Thursday, November 20, 2014 9:38:09 AM UTC-5, Thomas wrote: > > > On Nov 19, 2014, at 2:24 PM, jogaserbia > > wrote: > > > Thanks for the help Carl. Also, thanks for filing the ticket. > > > > Every bit of

Re: ImportError: cannot import name 'GEOSException'

2014-11-21 Thread jogaserbia
Hi All, Thanks very much for the help. I managed to figure it out with tips for both of you. I am not sure exactly what helped finally fix it but: 1) I changed my python version from 64 bit to 32 bit 2) The script in that updated the path variables were pretty messed up, so I manually change

Redirect not working

2014-12-04 Thread jogaserbia
Hi, I am trying to build a simple app. On the index.html page an input box and button. I put address in, click box to geocode and output some maps. When I click on the button, the geocoding seems to work (see chrome output below), but it does not bring up the testing URL. This is what

Re: Problem Making New Django project - please help

2014-12-04 Thread jogaserbia
Are you trying to set it up in a virtualenv? On Wednesday, December 3, 2014 10:36:34 AM UTC-5, Shashwat singh wrote: > > Django is properly installed but when i try to create a new project --- " > django-admin.py startproject abc " it returns ^^ that error. > Any help will be highly appreciate

Re: Redirect not working

2014-12-04 Thread jogaserbia
be able to call the testing view? Much appreciated. Ivan On Thursday, December 4, 2014 1:20:15 PM UTC-5, Florian Schweikert wrote: > > On 04/12/14 18:58, jogaserbia wrote: > > This is what I get from chrome when I click on the button in the > > index.html, but nothing else

Re: Redirect not working

2014-12-04 Thread jogaserbia
. Thanks for pointing me in the right direction. Now I am going to try to get the data from the function passed to the testing view. > > Ivan > > > On Thursday, December 4, 2014 1:20:15 PM UTC-5, Florian Schweikert wrote: >> >> On 04/12/14 18:58, joga

Re: Introduction to Pulpo-Forms

2015-08-02 Thread jogaserbia
Nice one Luciano, thanks for sharing! Ivan On Friday, July 31, 2015 at 5:25:35 PM UTC-4, Luciano Ferrari wrote: > > Excellent Fabio!!! > > Thanks for the suggestion we will take that into account. > > Luciano > > El viernes, 31 de julio de 2015, 17:30:07 (UTC-3), Fabio Caritas > Barrionuevo da