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.12.tar.gz (26.4 MB view hashes)

Uploaded Source

Built Distribution

django_template_dashboard-0.1.12-py3-none-any.whl (26.5 MB view hashes)

Uploaded Python 3

Supported by

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