A boilerplate for Django admin dashboards
Project description
Django Admin Boilerplate
🚀 A simple boilerplate for Django admin dashboards with theme settings, user management, and database model overview.
Features
- 📊 Admin dashboard with dynamic database stats.
- 🎨 User-based theme selection.
- 🔄 Easy integration into existing Django projects.
- 📈 User analytics visualization.
📦 Installation
-
Install via pip:
pip install django-admin-boilerplate
-
Add to INSTALLED_APPS in your Django project: INSTALLED_APPS = [ "django_admin_boilerplate", "django.contrib.admin", "django.contrib.auth", ... ]
-
Add URLs to urls.py Modify your project's urls.py to include the admin dashboard: from django.urls import path, include
urlpatterns = [ path("admin/", include("django_admin_boilerplate.urls")), ]
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
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_admin_boilerplate-0.1.0.tar.gz.
File metadata
- Download URL: django_admin_boilerplate-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e08f6177ae48ffcb78de39477cec12b802215ac9ec25e769fb8e2760453bfc93
|
|
| MD5 |
f96141ebde8254ceb3bfcd0a84aa7495
|
|
| BLAKE2b-256 |
d0e8ae72d9471be46cca86e0f6d15dbf85b48395dd7eee381330ab107e8c2f2a
|
File details
Details for the file django_admin_boilerplate-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_admin_boilerplate-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e250ea744b40592fa06980f540d185ad3774630ade89611093dadc828d192edc
|
|
| MD5 |
244f1b902515993c2c4da13f4494c2db
|
|
| BLAKE2b-256 |
c213f8a6df91ca0065838083d9a95c8d2978a1d371c568ec095559d0724a9169
|