ISDC Avatar.
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-avatar-0.1.dev0.tar.gz
(10.1 kB
view details)
File details
Details for the file isdc-avatar-0.1.dev0.tar.gz.
File metadata
- Download URL: isdc-avatar-0.1.dev0.tar.gz
- Upload date:
- Size: 10.1 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 |
6976b2cdbaa5ac09213e331e53f6e8a13b5a1af4b23ee7538f66ca02bcfb151b
|
|
| MD5 |
38b507f5a19332025a3ac5172a599fa5
|
|
| BLAKE2b-256 |
0df28235b9abcb849a74081ec707f569def50d39299f2ebd998a0257b0249ac0
|