Django Atlantis Dark

screenshot of Django Atlantis Dark
django
vite
scss

Django Dashboard - Atlantis Lite (Dark Version) | App-Generator.dev

Overview

The Atlantis Dark Django is an open-source Django dashboard built on top of the Atlantis BS4 Design, an admin template by ThemeKita. It offers basic components and pre-built pages essential for starting any application project.

Features

  • Django 4.1.12: Latest version of Django framework.
  • Best Practices: Incorporates industry best practices.
  • Bootstrap Design: Utilizes Bootstrap framework for design consistency.
  • Docker: Containerization using Docker technology.
  • CI/CD Flow via Render: Continuous Integration and Continuous Deployment integration.
  • Free Support: Basic support provided for users.
  • Premium Bootstrap Design (PRO): Upgraded design elements.
  • Private REPO Access (PRO): Access to private repository.
  • Premium Support (PRO): Enhanced support services.
  • 1 Week Custom Development (PRO): Option for custom development.

Environment Setup

  1. Create a new .env file using the provided env.sample template.
  2. Set DEBUG variable to False for production mode.
  3. For MySql persistence, install the DB Driver using pip install mysqlclient.
django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

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.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.