DjangoZen Platform

Admin Dashboard Guide · v1.0.0

Admin Dashboard — DjangoZen

Managing Your Store
Version 1.0.0 | DjangoZen


Table of Contents

  1. Overview
  2. Dashboard
  3. Orders
  4. Products
  5. Users
  6. Documentation
  7. License Keys
  8. Reviews
  9. Analytics
  10. Django Admin

1. Overview

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.


2. Dashboard

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.


3. Orders

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

Searching Orders

Use the search bar to filter by customer name, email, or order reference number.


4. Products

The Products section lists all digital products. From here you can:

  • View product details and current stock status
  • See how many times a product has been purchased
  • Jump to the product detail page
  • Link to the Django admin for editing

Product Types

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

5. Users

The Users section shows all registered accounts.

Column Description
Username Account login name
Email 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.


6. Documentation

The Documentation link in the sidebar opens the Django admin page for managing documentation entries at /admin/docs/documentation/.

From there you can:

  • Create new documentation pages
  • Edit existing content (Markdown supported)
  • Publish or unpublish pages
  • Set version numbers and product associations

Each documentation page is accessible at https://djangozen.com/docs/<slug>/.


7. License Keys

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

8. Reviews

The Reviews section shows all product reviews submitted by customers.

  • Approve or hide individual reviews
  • See star rating and review text
  • Filter by product or status

9. Analytics

The Analytics section provides sales and traffic insights:

  • Revenue over time (daily / weekly / monthly)
  • Top-selling products
  • New vs returning customers
  • Order conversion rates

10. Django Admin

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:

  • Fine-grained user permissions
  • Coupon codes
  • Category management
  • Raw data editing

Restrict Django Admin access to superuser accounts only.


Need Help?

  • Support: https://djangozen.com
  • Products: https://djangozen.com/products/
  • Account: https://djangozen.com/account/

© 2026 DjangoZen. All rights reserved.

Info

Product: DjangoZen Platform

Type: Digital Product

Version: 1.0.0

Updated: Mar 06, 2026


All Documentation