Changes between Version 15 and Version 16 of GeoDjangoInstall
- Timestamp:
- Sep 27, 2007, 3:53:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v15 v16 87 87 <db_name>=# GRANT SELECT ON spatial_ref_sys TO <user>; 88 88 }}} 89 90 * Now that you have installed the postgis, if you get errors about not finding some libraries, make sure to edit /etc/ld.so.conf in order to add /usr/local/lib , and then run 91 $ ldconfig 89 92 90 93 * Finally, update your {{{settings.py}}} to reflect the name and user for the spatially enabled database. So far, we only plan to support the psycopg2 backend, thus: {{{DATABASE_ENGINE='postgresql_psycopg2'}}}.