Changes between Version 16 and Version 17 of GeoDjangoInstall
- Timestamp:
- Sep 27, 2007, 3:58:02 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v16 v17 88 88 }}} 89 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 92 90 * Now that you have installed 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 {{{ 92 $ ldconfig 93 }}} 93 94 * 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'}}}. 94 95