Django Dashboard Corona Boxed Pro

screenshot of Django Dashboard Corona Boxed Pro

Django Dashboard - Corona Boxed PRO Design | AppSeed

Overview

Django Corona Boxed PRO is a commercial product that is built on top of the Corona Dashboard PRO, a Django Dashboard crafted by BootstrapDash. It offers a range of features including a UI Kit, a SQLite Database, Django Native ORM, modular design, clean code-base, session-based authentication, forms validation, deployment scripts for Docker, Gunicorn, and Nginx, as well as a commercial license with options for personal and developer use. The product also provides 24/7 live support via Discord.

Features

  • UI Kit: Corona Dashboard PRO provided by BootstrapDash
  • SQLite Database
  • Django Native ORM
  • Modular design
  • Clean code-base
  • Session-Based Authentication
  • Forms validation
  • Deployment scripts for Docker, Gunicorn, and Nginx
  • Commercial License with options for personal and developer use
  • 24/7 Live support via Discord

Code-base structure

The project follows a simple and intuitive structure:

  1. The manage.py file acts as the Django bootstrapper.
  2. The main configuration file is core/settings.py.
  3. The app uses a .env file for configuration.
  4. Guest users will be redirected to the login page.
  5. Authenticated users can access the pages served by the app.

Deployment

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

Docker execution

To execute the app in a Docker container, follow these steps:

  1. Get the code.
  2. Start the app using Docker.
  3. Visit http://localhost:5005 in your browser. The app should be up and running.

Gunicorn

Gunicorn (Green Unicorn) is a Python WSGI HTTP Server for UNIX. To use Gunicorn with the app, follow these steps:

  1. Install Gunicorn using pip.
  2. Start the app using the Gunicorn binary.
  3. Visit http://localhost:8001 in your browser. The app should be up and running.

Waitress

Waitress is a production-quality pure-Python WSGI server with good performance. It has no dependencies except for ones that live in the Python standard library. To use Waitress with the app, follow these steps:

  1. Install Waitress using pip.
  2. Start the app using the waitress-serve command.
  3. Visit http://localhost:8001 in your browser. The app should be up and running.

Summary

Django Corona Boxed PRO is a commercial product that adds layers of functionality to the Corona Dashboard PRO. It provides a range of features, including a UI Kit, a SQLite Database, and Django Native ORM. The product also offers deployment scripts for Docker, Gunicorn, and Nginx, making it easy to deploy and run the app in various environments. With a commercial license and 24/7 live support via Discord, Django Corona Boxed PRO is a comprehensive solution for building Django admin dashboards.