Admin Dashboard Guide · v1.0.0
Managing Your Store
Version 1.0.0 | DjangoZen
The DjangoZen Admin Dashboard gives store owners a central place to manage products, orders, users, reviews, and documentation without needing to use the raw Django admin panel.
Access the dashboard at /account/admin/dashboard/. You must be logged in as a staff or superuser account.
The main dashboard shows a real-time summary of store activity:
| Metric | Description |
|---|---|
| Total Revenue | Sum of all completed orders |
| Orders Today | Number of orders placed today |
| Active Users | Registered accounts |
| Published Products | Total active listings |
Quick-action buttons at the top let you jump directly to orders, products, and user management.
Navigate to Orders in the sidebar to view all purchases.
| Column | Description |
|---|---|
| Order # | Unique order reference |
| Customer | Buyer name and email |
| Product | Item purchased |
| License | License tier selected |
| Amount | Amount charged |
| Date | Purchase date and time |
| Status | completed / pending / refunded |
Use the search bar to filter by customer name, email, or order reference number.
The Products section lists all digital products. From here you can:
| Type | Description |
|---|---|
| Digital Items | Icon packs, templates, and downloadable files |
| E-books | PDF and digital publications |
| SaaS | Subscription-based software products |
| AI Apps | AI-powered tools and applications |
The Users section shows all registered accounts.
| Column | Description |
|---|---|
| Username | Account login name |
| Registered email address | |
| Joined | Registration date |
| Purchases | Number of completed orders |
| Staff | Whether the user has staff access |
| Active | Whether the account is active |
You can search by username or email.
The Documentation link in the sidebar opens the Django admin page for managing documentation entries at /admin/docs/documentation/.
From there you can:
Each documentation page is accessible at https://djangozen.com/docs/<slug>/.
Navigate to License Keys to view and manage all issued license keys.
| Column | Description |
|---|---|
| Key | Unique license key string |
| Product | Associated product |
| License Type | Standard / Extended / Enterprise |
| Customer | Assigned buyer |
| Status | active / revoked / expired |
| Issued | Date of issue |
The Reviews section shows all product reviews submitted by customers.
The Analytics section provides sales and traffic insights:
The Django Admin link at the bottom of the sidebar goes to the full Django administration panel at /admin/. This gives access to all database models, including:
Restrict Django Admin access to superuser accounts only.
© 2026 DjangoZen. All rights reserved.
Product: DjangoZen Platform
Type: Digital Product
Version: 1.0.0
Updated: Mar 06, 2026