ISDC Dashboard base.
Project description
=====
dashboard
=====
Process base mapping data used by other modules.
Mandatory Module for ASDC
Quick start
-----------
1. Add "dashboard" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dashboard',
]
If necessary add "dashboard" 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
2. Include the dashboard URLconf in geonode/urls.py like this::
url('', include('dashboard.urls')),
3. Run `python manage.py migrate dashboard` to create the dashboard models.
dashboard
=====
Process base mapping data used by other modules.
Mandatory Module for ASDC
Quick start
-----------
1. Add "dashboard" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'dashboard',
]
If necessary add "dashboard" 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
2. Include the dashboard URLconf in geonode/urls.py like this::
url('', include('dashboard.urls')),
3. Run `python manage.py migrate dashboard` to create the dashboard models.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
isdc-dashboard-0.1.dev0.tar.gz
(58.6 kB
view details)
File details
Details for the file isdc-dashboard-0.1.dev0.tar.gz.
File metadata
- Download URL: isdc-dashboard-0.1.dev0.tar.gz
- Upload date:
- Size: 58.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.23.3 CPython/2.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
994679aa03565ad302596eec41496d934a40ba1131269f15219223b53b44b9a8
|
|
| MD5 |
ca98676e804eb4bf0cc649351aa2e342
|
|
| BLAKE2b-256 |
b820a07ad4046352494b706aee021311060f5b535fcb5262c5febdd4bd52d0d0
|