Opened 13 years ago

Closed 13 years ago

#15858 closed Bug (invalid)

ImportError: cannot import name add_postgis_srs

Reported by: danols@… Owned by: nobody
Component: GIS Version: 1.3
Severity: Normal Keywords:
Cc: daniel.sokolowski@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As per insturction here http://docs.djangoproject.com/en/dev/ref/contrib/gis/install/#add-google-projection-to-spatial-ref-sys-table executing this command yields:

ImportError: cannot import name add_postgis_srs

Examining the module closer finds that add_postgis_srs does not exist.

Change History (2)

comment:1 by anonymous, 13 years ago

Version: 1.21.3

comment:2 by danols@…, 13 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top