🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

isdc-avatar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isdc-avatar

ISDC Avatar.

0.1.dev0
PyPI
Maintainers
1

===== dashboard

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

Quick start

  • 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

  • Include the dashboard URLconf in geonode/urls.py like this::

    url('', include('dashboard.urls')),

  • Run python manage.py migrate dashboard to create the dashboard models.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts