You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have a spatial database (it's mysql, but I could port to postgress), and would like to deploy/migrate the beautiful OGC server you've made to my open source app.
Do you think such thing would be possible? What are the main changes or modifications would you point at as preffered to achieve such goal? I want to rehuse all the WFS work you've done, coding the queries to the database if necessary (it's not clear to me in the code how I could wire your code the specific spatial tables I do already have).
Thanks a lot, Pablo.
The text was updated successfully, but these errors were encountered:
Hi! GeoDjango supports both MySQL and PostgreSQL. However, we haven't tested this package on MySQL at all, so you may run into some bugs. Everything we do, is built on top of the Django ORM, and that includes all database-compatibility logic too. So who knows, it might actually work.
Hi. I have a spatial database (it's mysql, but I could port to postgress), and would like to deploy/migrate the beautiful OGC server you've made to my open source app.
Do you think such thing would be possible? What are the main changes or modifications would you point at as preffered to achieve such goal? I want to rehuse all the WFS work you've done, coding the queries to the database if necessary (it's not clear to me in the code how I could wire your code the specific spatial tables I do already have).
Thanks a lot, Pablo.
The text was updated successfully, but these errors were encountered: