Modern Django Admin Dashboard — Free Edition By DjangoZen - https://djangozen.com
This is the free version of AdminPulse. It includes core functionality to help you evaluate the product.
- KPI cards with trend indicators
- Activity feed with live updates
- User management table
- Dark/light mode toggle
- Advanced search with category tabs
- Interactive charts (revenue, activity, comparison)
- Customizable widget system with drag-and-drop
- Theme customizer (5 sidebar colors, 6 accent colors)
- Notification center with real-time polling
- One-click CSV export (users, activities)
- Role-based dashboards (admin, manager, analyst, viewer)
Upgrade to AdminPulse Pro: https://djangozen.com/product/adminpulse-pro/
- Create virtual environment:
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # macOS/Linux- Install dependencies:
pip install -r requirements.txt- Run migrations and seed data:
python manage.py migrate
python manage.py seed_data- Start server:
python manage.py runserver- Login: admin / admin
Free version by DjangoZen. Upgrade to Pro at https://djangozen.com/product/adminpulse-pro/ Copyright 2026 DjangoZen. All Rights Reserved.
