Re: Help getting my GeoDjango setup.

2012-10-18 Thread JJ Zolper
That's good advice! I forgot all about the tickets for a minute there on webfaction. I have just sent one. I just want to do it correctly because basically this database is going to have to handle everything I do. Thanks for helping to try and move my data. I'm just not that worried about movi

Re: Help getting my GeoDjango setup.

2012-10-18 Thread Shannon Collins
Last i checked, WebFaction will set up a database for you with the PostGIS template if you submit a ticket to support. i bet they could also point to you some documentation or a forum post about what you're trying to do as well. -- You received this message because you are subscribed to the Goog

Re: Help getting my GeoDjango setup.

2012-10-17 Thread JJ Zolper
That's okay my website has not moved that far into the distance yet it's still pretty elementary so all the data in my database has been put there by me anyways. I can set up a new database. I see here: https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#ref-gis-install that I should

Re: Help getting my GeoDjango setup.

2012-10-16 Thread smcoll
You can add GIS support to your existing project, but as you suspected, your current db will not be sufficient. Unless someone knows how to convert an existing database, i believe you'll need to set up a new database from the postgis template, and move all your data to it. That process might

Help getting my GeoDjango setup.

2012-10-15 Thread JJ Zolper
Hello everyone, So I've installed GDAL, PostGIS, PROJ.4, and GEOS. I have Postgres set up too. What I need help on is the logistics of getting the GeoDjango portion of my website up and running. I already have my website code I'm just trying to add in GeoDjango so I can handle geographic opera