Skip to main content

A dashboard based on Django template.

Project description

Django Template Dashboard

A dashboard based on Django template.

Installation

Install the package via pip:

pip install django-template-dashboard

Configuration

After installing the package, add it to your INSTALLED_APPS in the settings.py file of your Django project:

INSTALLED_APPS = [
    # ... other apps,
    'dashboard',
]

Include the dashboard urls in your project's urls.py file:

from django.urls import include, path

urlpatterns = [
    # ... other urls,
    path('dashboard/', include('dashboard.urls')),
]

Usage

Navigate to /dashboard/ in your browser to access the dashboard.

Development

To contribute or report issues, please visit the dashboard.

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-template-dashboard-0.1.14.tar.gz (26.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_template_dashboard-0.1.14-py3-none-any.whl (26.5 MB view details)

Uploaded Python 3

File details

Details for the file django-template-dashboard-0.1.14.tar.gz.

File metadata

File hashes

Hashes for django-template-dashboard-0.1.14.tar.gz
Algorithm Hash digest
SHA256 2b0858d57b7a49ee011330d66cf350a71474856fa546bc68ab2f3758f7f0c12b
MD5 63d57eab04d165509bcbff048a9a1d73
BLAKE2b-256 59a7bb6fc97f0802987ff31c0668c7cba49763f6d9a916546fc4203b4972d38d

See more details on using hashes here.

File details

Details for the file django_template_dashboard-0.1.14-py3-none-any.whl.

File metadata

File hashes

Hashes for django_template_dashboard-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7f0495aa93e8988fa9eb8cfbd3376b9c1d181145bf7862b0add9cb59f523c322
MD5 0799070c0f4967b2f04191485f40d9f2
BLAKE2b-256 abd84000b5576b53491762535f2e974a43ee9ffd519ba5fdb7e277f811e6bfd0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page