isdc-matrix 0.1dev1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

isdcmatrix 0.1dev1

Process base mapping data used by other modules.
Mandatory Module for ASDC

Quick start

Add “geodb” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'geodb',
]

If necessary add "geodb" in (check comment for description):
DASHBOARD_PAGE_MODULES,
GETRISKEXECUTEEXTERNAL_MODULES,
QUICKOVERVIEW_MODULES,
MAP_APPS_TO_DB_CUSTOM

For development in virtualenv add GEODB_PARENT_DIR path to VENV_NAME/bin/activate:
export PYTHONPATH=${PYTHONPATH}:\
${HOME}/GEODB_PARENT_DIR

Include the geodb URLconf in geonode/urls.py like this:
url('', include('geodb.urls')),

Run python manage.py migrate geodb to create the geodb models.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.