Skip to content

usnistgov/core_dashboard_registry_app

Repository files navigation

Core Dashboard Registry App

Resource management via a dashboard for the registry core project.

Quickstart

1. Add "core_dashboard_registry_app" to your INSTALLED_APPS setting

INSTALLED_APPS = [
    ...
    'core_dashboard_registry_app',
]

2. Include the core_dashboard_registry_app URLconf in your project urls.py

url(r'^dashboard/', include('core_dashboard_registry_app.urls')),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors