Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 507 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 507 Bytes

django-dashvisor

Django supervisor dashboard UI

Requirements:

Django >= 1.11

Install:

pip install django-dashvisor-ui

Instructions

Add to django installed apps:

INSTALLED_APPS = [
    ...
    dashvisor
]

Configure urls:

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

Execute on web browser:

http://localhost:8000/dashboard/

dashboard