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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-template-dashboard-0.1.14.tar.gz.
File metadata
- Download URL: django-template-dashboard-0.1.14.tar.gz
- Upload date:
- Size: 26.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b0858d57b7a49ee011330d66cf350a71474856fa546bc68ab2f3758f7f0c12b
|
|
| MD5 |
63d57eab04d165509bcbff048a9a1d73
|
|
| BLAKE2b-256 |
59a7bb6fc97f0802987ff31c0668c7cba49763f6d9a916546fc4203b4972d38d
|
File details
Details for the file django_template_dashboard-0.1.14-py3-none-any.whl.
File metadata
- Download URL: django_template_dashboard-0.1.14-py3-none-any.whl
- Upload date:
- Size: 26.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f0495aa93e8988fa9eb8cfbd3376b9c1d181145bf7862b0add9cb59f523c322
|
|
| MD5 |
0799070c0f4967b2f04191485f40d9f2
|
|
| BLAKE2b-256 |
abd84000b5576b53491762535f2e974a43ee9ffd519ba5fdb7e277f811e6bfd0
|