Django Corporate Dashboard

screenshot of Django Corporate Dashboard
scss

Django Corporate Dashboard - Open-Source Starter | App-Generator.dev

Overview

Django Corporate is an open-source Django Dashboard project built on top of the Corporate UI, a Bootstrap 5 design from Creative-Tim. It is designed for those who prefer bold elements and want to create beautiful websites and web apps. With its hundreds of elements, designed blocks, and fully coded pages, Django Corporate makes it easy to create stunning websites and web apps.

Features

  • Up-to-date Dependencies: The project is built with the latest dependencies to ensure compatibility and security.
  • Theme: Django Admin Corporate: Django Corporate uses the Django Admin Corporate theme designed by Creative-Tim, providing a visually appealing design for your Django project.
  • Authentication: Django.contrib.AUTH, Registration: Django Corporate includes built-in authentication functionality using Django.contrib.AUTH and Registration.

Docker Installation

  1. Download the code from the GitHub repository using GIT.
  2. Start the app in Docker.
  3. Visit http://localhost:5085 in your browser to access the app.

Manual Build Installation

  1. Download the code.
  2. Install the required modules using a virtual environment (VENV).
  3. Set up the database.
scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

gulp
Gulp

Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.