• Stars
    star
    117
  • Rank 292,295 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created over 4 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Django Dashboard - Atlantis Lite (Dark Version) | AppSeed

Atlantis Dark Django

Open-source Django Dashboard generated by AppSeed op top of Atlantis BS4 Design, an open-source admin template crafted by ThemeKita agency. It comes with the basic components and set of pre-built pages required to lay the foundation for any application.


Features

  • βœ… Up-to-date Dependencies
  • βœ… Design: Django Theme Atlantis
  • βœ… Sections covered by the design:
    • βœ… Admin section (reserved for superusers)
    • βœ… Authentication: Django.contrib.AUTH, Registration
    • βœ… All Pages available in for ordinary users
  • βœ… Docker
  • πŸš€ Deployment
    • CI/CD flow via Render

Atlantis Dark - Starter generated by AppSeed.


Start with Docker

πŸ‘‰ Step 1 - Download the code from the GH repository (using GIT)

$ git clone https://github.com/app-generator/django-atlantis-dark.git
$ cd django-atlantis-dark

πŸ‘‰ Step 2 - Start the APP in Docker

$ docker-compose up --build 

Visit http://localhost:5085 in your browser. The app should be up & running.


Environment

Create a new .env file using sample env.sample. The meaning of each variable can be found below:

  • DEBUG: if True the app runs in develoment mode
    • For production value False should be used
  • For MySql persistence
    • Install the DB Driver: pip install mysqlclient
    • Create DB and assign a new user (full rights)
    • Edit .env to match the DB, user, password ..

Manual Build

Download the code

$ git clone https://github.com/app-generator/django-atlantis-dark.git
$ cd django-atlantis-dark

πŸ‘‰ Set Up for Unix, MacOS

Install modules via VENV

$ virtualenv env
$ source env/bin/activate
$ pip3 install -r requirements.txt

Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

Start the APP

$ python manage.py createsuperuser # create the admin
$ python manage.py runserver       # start the project

At this point, the app runs at http://127.0.0.1:8000/.


πŸ‘‰ Set Up for Windows

Install modules via VENV (windows)

$ virtualenv env
$ .\env\Scripts\activate
$ pip3 install -r requirements.txt

Set Up Database

$ python manage.py makemigrations
$ python manage.py migrate

Start the APP

$ python manage.py createsuperuser # create the admin
$ python manage.py runserver       # start the project

At this point, the app runs at http://127.0.0.1:8000/.


Codebase Structure

The project is coded using a simple and intuitive structure presented below:

< PROJECT ROOT >
   |
   |-- core/                            
   |    |-- settings.py                   # Project Configuration  
   |    |-- urls.py                       # Project Routing
   |
   |-- home/
   |    |-- views.py                      # APP Views 
   |    |-- urls.py                       # APP Routing
   |    |-- models.py                     # APP Models 
   |    |-- tests.py                      # Tests  
   |
   |-- requirements.txt                   # Project Dependencies
   |
   |-- env.sample                         # ENV Configuration (default values)
   |-- manage.py                          # Start the app - Django default start script
   |
   |-- ************************************************************************

Deploy on Render

  • Create a Blueprint instance
  • Click New Blueprint Instance button.
  • Connect your repo which you want to deploy.
  • Fill the Service Group Name and click on Update Existing Resources button.
  • After that your deployment will start automatically.

At this point, the product should be LIVE.


PRO Version

This design is a pixel-perfect Bootstrap 5 Dashboard with a fresh, new design. Volt Dashboard PRO is built with over 300 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.

Features:

  • Up-to-date Dependencies
  • Design: Django Theme Volt - PRO Version
  • Sections covered by the design:
    • Admin section (reserved for superusers)
    • Authentication: Django.contrib.AUTH, Registration
    • All Pages available in for ordinary users
  • Docker, Deployment:
    • CI/CD flow via Render

Volt Dashboard PRO - Starter generated by AppSeed.



Atlantis Dark Django - Open-source starter generated by AppSeed.

More Repositories

1

django-datta-able

Datta Able - Open-Source Django Dashboard | AppSeed
CSS
504
star
2

admin-dashboards

Admin Dashboards - Open-Source and Free | AppSeed
358
star
3

flask-black-dashboard

Flask Black Dashboard - Open-source seed project | AppSeed
CSS
313
star
4

free-site-builder

Free Site Builder - Open-Source Tool | Simpllo
HTML
275
star
5

django-black-dashboard

Django Dashboard Black - Open-source Seed Project | AppSeed
CSS
266
star
6

django-admin-dashboards

Django Dashboards - Admin Panels coded in Django | AppSeed
257
star
7

flask-adminlte

AdminLTE Flask - Open-source Seed Project | AppSeed
JavaScript
241
star
8

api-server-nodejs

Nodejs API Server - Express / SQLite / TypeORM | AppSeed
TypeScript
216
star
9

django-volt-dashboard

Django Bootstrap 5 - Volt Dashboard | AppSeed
Python
216
star
10

react-soft-ui-dashboard

React Dashboard - Soft UI Dashboard | AppSeed
JavaScript
199
star
11

django-material-dashboard

Django Dashboard - Material Design | AppSeed
CSS
198
star
12

flask-volt-dashboard

Flask Bootstrap 5 - Volt Dashboard | AppSeed
CSS
183
star
13

flask-material-dashboard

Flask Dashboard - Material Design | AppSeed
SCSS
178
star
14

flask-datta-able

Datta Able - Open-Source Flask Dashboard | AppSeed
CSS
178
star
15

django-adminlte

AdminLTE Django - Open-source seed project | AppSeed
Python
171
star
16

django-soft-ui-dashboard

Soft UI Dashboard - Open-source Django Dashboard | AppSeed
SCSS
171
star
17

flask-soft-ui-dashboard

Soft UI Dashboard - Open-source Flask Dashboard | AppSeed
SCSS
163
star
18

flask-argon-dashboard

Flask Dashboard - Argon Design | AppSeed
SCSS
133
star
19

flask-atlantis-dark

Atlantis Lite - Flask (Dark Version) | AppSeed
HTML
128
star
20

django-admin-volt

Django Admin Volt - Free template for Django Admin Interface | AppSeed
CSS
127
star
21

django-argon-dashboard

Argon Dashboard - Open-Source Django Seed Project | AppSeed
Python
122
star
22

flask-apps

Flask Apps - Open-Source And Paid | AppSeed
120
star
23

django-react-soft-dashboard

Django React - Soft UI Dashboard (Free Product) | AppSeed
Python
111
star
24

flask-pixel

Flask Pixel UI Kit - Open-Source web app coded in Flask | AppSeed
CSS
100
star
25

jinja-template

Jinja Template - Free & commercial projects | AppSeed
97
star
26

api-server-flask

Flask API Server - Open-Source API Server | AppSeed
Python
94
star
27

rocket-django

Django Rocket - Free Starter styled with Tailwind/Flowbite | AppSeed
HTML
89
star
28

flask-paper-kit

Flask Boilerplate - Paper Kit Design | AppSeed
SCSS
86
star
29

django-coreui

CoreUI - Django Dashboard (Free Product) | AppSeed
HTML
84
star
30

sample-django-extended-user-profile

Django User Profile - Open-source Django Sample | AppSeed
CSS
84
star
31

django-pixel

Django Pixel UI Kit - Open-Source Django Starter | AppSeed
HTML
78
star
32

ecommerce-fastapi-stripe

FastAPI Stripe Sample - Soft UI Design (Free Sample) | AppSeed
HTML
75
star
33

bulmaplay

Flask/Jinja Starter - BulmaPlay (Styled with Bulma CSS) | AppSeed
JavaScript
74
star
34

sample-django-datatables

Django - Datatables Sample | AppSeed
CSS
74
star
35

gatsbyjs-starter-tailwindplay

GatsbyJS Tailwind Starter - TailwindPlay
JavaScript
70
star
36

django-soft-ui-design

Soft UI Design System - Django Starter | AppSeed
HTML
69
star
37

react-purity-dashboard

React Dashboard - Purity UI Dashboard | AppSeed
JavaScript
65
star
38

tailwind-css-components

Tailwind CSS Components - Free and Open-Source Tailwind Components | AppSeed
Pug
61
star
39

django-admin-black

Django Admin Black - Free template for Django Admin Interface | AppSeed
CSS
60
star
40

flask-gradient-able

Gradient Able - Open-Source Flask Dashboard | AppSeed
CSS
60
star
41

react-datta-able

React Node JS - Datta Able (Free Product) | AppSeed
SCSS
58
star
42

flask-light-bootstrap

Flask Dashboard - Light Bootstrap | AppSeed
HTML
58
star
43

flask-dashboard-modular-admin

Flask Dashboard - Modular Admin Design | AppSeed
CSS
57
star
44

react-horizon-ui-chakra

React Horizon UI - Full-Stack Open-Source Starter | AppSeed.us
JavaScript
57
star
45

django-material-kit

Django Boilerplate - Material Kit Design | AppSeed
HTML
56
star
46

flask-dashboard-gradientable

Gradient Able - Open-Source Flask Dashboard | AppSeed
CSS
55
star
47

django-star-admin

Star Admin - Open-Source Django Dashboard | AppSeed
Python
52
star
48

tutorial-flask

Flask Tutorial - Learn to code in Flask | AppSeed
51
star
49

flask-bulma-css

Flask App - Styled with Bulma | AppSeed
CSS
50
star
50

react-flask-authentication

React Flask Authentication - Open-Source Full-stack Project | AppSeed
Python
50
star
51

flask-material-kit

Flask Boilerplate - Material Kit Design | AppSeed
SCSS
50
star
52

ecommerce-django-stripe

Django Stripe Sample - Soft UI Design (Free Sample) | AppSeed
HTML
48
star
53

flask-corona-dark

Flask Dashboard - Corona Dark Design | AppSeed
CSS
48
star
54

ecommerce-flask-stripe

Flask Stripe Sample - Soft UI Design (Free Sample) | AppSeed
HTML
47
star
55

jamstack

JAMstack - Paid and Open-Source Boilerplate code | AppSeed
45
star
56

flask-now-ui-dashboard

Flask Dashboard - Now UI Design | AppSeed
SCSS
45
star
57

django-soft-dashboard-tailwind-old

Django Soft UI Dashboard - Tailwind CSS (Open-Source) | AppSeed
HTML
43
star
58

html-parser

Html Parser - Html to Pug, Jinja2, Blade Converter | AppSeed
CSS
42
star
59

app-generator

App Generator - Deliver your projects faster | AppSeed
42
star
60

django-tabler

Django Dashboard - Tabler Design | AppSeed
Python
41
star
61

api-server-django

Django API Server - Open-Source API Server | AppSeed
Python
39
star
62

flask-soft-ui-design

Soft UI Design System - Flask Starter | AppSeed
HTML
39
star
63

vuejs-argon-design-system

Vuejs Argon Design - Built with Automation Tools | AppSeed App Generator
Vue
37
star
64

django-dynamic-datatb

Django Dynamic Datatables - Open-Source Library | AppSeed
JavaScript
36
star
65

flask-admin-dashboards

Flask Dashboards - Admin Panels coded in Flask | AppSeed
36
star
66

flask-adminator

Flask Dashboard - Adminator Design | AppSeed
JavaScript
36
star
67

laravel-react-purity-dashboard

React Laravel - Purity Dashboard (Open-Source) | AppSeed
PHP
36
star
68

django-admin-soft-dashboard

Django Admin Soft - Free template for Django Admin UI | AppSeed
SCSS
36
star
69

django-admin-argon-dashboard

Django Admin Argon Dashboard - Open-Source PyPi Library | AppSeed
CSS
36
star
70

django-api-generator

API Generator for Django - Open-Source Library | AppSeed
Python
36
star
71

fastapi-soft-ui-dashboard

FastAPI Soft Dashboard - Open-Source Starter | AppSeed
SCSS
34
star
72

django-adminator

Django Dashboard - Adminator Design | AppSeed
JavaScript
34
star
73

flask-star-admin

Star Admin - Open-Source Flask Dashboard | AppSeed
CSS
33
star
74

flask-coreui

CoreUI - Flask Dashboard (Free Product) | AppSeed
HTML
33
star
75

bulma-css

Bulma CSS - Open-source components | AppSeed
TypeScript
32
star
76

django-gradient-able

Gradient Able - Open-Source Django Dashboard | AppSeed
HTML
31
star
77

jinja-soft-ui-dashboard-old

Jinja Template - Soft UI Dashboard | AppSeed
SCSS
30
star
78

django-dashboard-shards

Django Dashboard - Shards Design | AppSeed
CSS
30
star
79

gatsbyjs

GatsbyJS - Paid and Open-Source Starters | AppSeed
30
star
80

django-admin-material-dashboard

Django Admin Material Dashboard - Open-Source PyPi Library | AppSeed
CSS
29
star
81

eleventy-soft-ui-design

Eleventy (11ty) - Soft UI Design | AppSeed
Nunjucks
27
star
82

django-react-purity-dashboard

Django React - Purity Dashboard (Open-Source) | AppSeed
Python
27
star
83

flask-sb-admin

Flask Dashboard - SB Admin | AppSeed
SCSS
26
star
84

jinja-paper-dashboard

Jinja Template - Paper Dashboard | AppSeed
CSS
26
star
85

fullstack-flask-react-material-design

Flask React - Built with Automation Tools | AppSeed App Generator
26
star
86

flask-dashboard-sleek

Flask Dashboard - Sleek Design | AppSeed
JavaScript
25
star
87

flask-illustrations-iradesign

Flask App - Illustrations by IraDesign | AppSeed
JavaScript
25
star
88

django-sb-admin

Django Dashboard - SB Admin | AppSeed
SCSS
24
star
89

flask-react-soft-dashboard

Flask React - Soft Dashboard (Open-source) | AppSeed.us
Python
24
star
90

sample-django-charts-argon

Django Argon Charts - Open-source Django Sample | AppSeed
CSS
24
star
91

jinja-adminlte

Jinja Template - AdminLTE Design | AppSeed
JavaScript
24
star
92

django-corona-dark

Django Dashboard - Corona Dark | AppSeed
CSS
23
star
93

flask-tabler

Flask Dashboard - Tabler Design | AppSeed
CSS
23
star
94

sample-django-celery

Django & Celery Integration - Open-Source Sample | AppSeed.us
SCSS
23
star
95

flask-soft-dashboard-tailwind

Flask Soft UI Dashboard - Tailwind CSS (Open-Source) | AppSeed
HTML
23
star
96

flask-neumorphism-uikit

Flask Web App - Neumorphism UI Kit | AppSeed
CSS
22
star
97

fullstack-express-vuejs-argon-design

Express Vuejs - Built with Automation Tools | AppSeed App Generator
22
star
98

jinja-swipe-bootstrap-5

Jinja Template - Swipe One Page Bootstrap 5 | AppSeed
CSS
21
star
99

react-material-kit

React Material Kit - Built with Automation Tools | AppSeed App Generator
JavaScript
21
star
100

nextjs-material-kit

NextJS Material Kit - Open-source NextJS Starter | AppSeed
TypeScript
21
star