Django Dashboard Staradmin Boxed Pro

screenshot of Django Dashboard Staradmin Boxed Pro

Django Dashboard - StarAdmin Boxed PRO Design | AppSeed

Overview

Django StarAdmin Boxed PRO is a commercial product, a Django dashboard built on top of StarAdmin PRO designed by BootstrapDash. It offers a modular design, clean code base, and session-based authentication. The installation process is straightforward and can be done using Docker, Gunicorn, or Waitress. The product includes a commercial license with options for personal or developer use and provides 24/7 live support via Discord.

Features

  • Sample UI Kit: StarAdmin PRO provided by BootstrapDash
  • UI-Ready app with SQLite Database and Django Native ORM
  • Modular design and clean code base
  • Session-Based Authentication
  • Forms validation
  • Deployment scripts available for Docker, Gunicorn, and Waitress
  • Commercial License options: Personal / Developer
  • 24/7 Live Support via Discord

Code-base Structure

The project follows a simple and intuitive code structure:

  • manage.py is the Django bootstrapper.
  • core/settings.py is the main configuration file.
  • .env file contains app-specific settings.
  • Guest users are redirected to the login page.
  • App pages are accessible to authenticated users.

Deployment

The application can be deployed using Docker, Gunicorn, or Waitress.

Docker Execution

  1. Clone the code repository.
  2. Start the app in Docker using the provided configuration.
  3. Access the app at http://localhost:5005.

Gunicorn

  1. Install Gunicorn using pip.
  2. Start the app using the Gunicorn binary.
  3. Access the app at http://localhost:8001.

Waitress

  1. Install Waitress using pip.
  2. Start the app using the waitress-serve command.
  3. Access the app at http://localhost:8001.

Summary

Django StarAdmin Boxed PRO is a commercial Django dashboard built on top of StarAdmin PRO by BootstrapDash. It offers a clean and modular code base, session-based authentication, and forms validation. The product provides various installation options, including Docker, Gunicorn, and Waitress. It also comes with a commercial license, 24/7 live support, and a sample UI kit.