#17756: GeoDjango missing pyspatialite support
-----------------------------+--------------------
     Reporter:  danols       |      Owner:  nobody
         Type:  New feature  |     Status:  new
    Component:  GIS          |    Version:  SVN
     Severity:  Normal       |   Keywords:
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  1            |      UI/UX:  0
-----------------------------+--------------------
 Pyspatialite is a modified version of pysqlite that builds sqlite with
 spatiliate support already in it. This module is easier to install
 compared to pysqlite especially when utilizing a package installer such as
 PIP; making GeoDjango support this package is relatively trivial.


 Further Explanation:
 It appears that the emergent way to run django sites is now
 Virtualenv+PIP. Adding support for pyspatiallite allows one to setup
 GeoDjango sqlite3 support utilizing PIP and hence allows for the creation
 of requiremnts.txt which in turn makes the project that much more
 portable. One can not use PIP to install pysqlite as by default it does
 not enable loading of sqlite extensions.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17756>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to