Skip to main content

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

  1. Install via pip:

    pip install django-admin-boilerplate
    
  2. Add to INSTALLED_APPS in your Django project: INSTALLED_APPS = [ "django_admin_boilerplate", "django.contrib.admin", "django.contrib.auth", ... ]

  3. 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

django_admin_boilerplate-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

django_admin_boilerplate-0.1.0-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file django_admin_boilerplate-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django_admin_boilerplate-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e08f6177ae48ffcb78de39477cec12b802215ac9ec25e769fb8e2760453bfc93
MD5 f96141ebde8254ceb3bfcd0a84aa7495
BLAKE2b-256 d0e8ae72d9471be46cca86e0f6d15dbf85b48395dd7eee381330ab107e8c2f2a

See more details on using hashes here.

File details

Details for the file django_admin_boilerplate-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_admin_boilerplate-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e250ea744b40592fa06980f540d185ad3774630ade89611093dadc828d192edc
MD5 244f1b902515993c2c4da13f4494c2db
BLAKE2b-256 c213f8a6df91ca0065838083d9a95c8d2978a1d371c568ec095559d0724a9169

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