Datta Able Django - A colorful Free Dashboard
Open-source seed project crafted in Django on top of a colorful Bootstrap 4 design from CodedThemes. The product can be downloaded directly from Github.

Hello! This article presents an open-source seed project crafted in Django on top of a colorful Bootstrap 4 design. Datta Able Django is a simple dashboard that might help developers to reuse a tested
codebase that provides a nice foundation for a new project. Β The project comes with authentication, modular codebase, database, and deployment scripts via Docker. For newcomers, Django is a leading web framework actively versioned and supported by experienced developers. Thanks for reading!
- β¨ Datta Able Django - LIVE Demo
- β¨ Datta Able Django - product page

Product Features
- π Up-to-date dependencies: Django 3.2.6 LTS
- π UI-Ready app, SQLite Database, Django Native ORM
- π Modular design, clean codebase
- π Session-Based Authentication, Forms validation
- π Deployment scripts: Docker, Gunicorn / Nginx
- π Support via Discord - provided by AppSeed
To use the product in a local environment, we have multiple choices:
- Via Docker - a popular virtualization software
- Manual build - by following the classic build steps for a Python Project
In the following section, we will start the project via Docker scripts that provide the automatized setup. Β Let's go!
Step 1 - Clone/Download the product
$ git clone https://github.com/app-generator/django-datta-able.git
$ cd django-datta-able
Step 2 - Start in Docker
$ docker-compose pull # download modules
$ docker-compose build # local set up
$ docker-compose up # start the app
Once all the above commands are executed, the app should be visible in the browser at the address http://localhost:85
.

Datta Able Django - Widgets Page

Datta Able Django - Charts

Thanks for reading! For more resource, please access:
- β¨ More Django Dashboards - index provided by AppSeed
- β¨ Datta Able Flask - open-source seed project