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.

Main dashboard page provided by Datta Able, an open-source seed project crafted by AppSeed.
Datta Able Django - Open-Source Seed Project

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!

GIF animated of Datta Able Django, a colorful design provided for free by CodedThemes.
Datta Able Django - Free Django Starter

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 
Django Datta Able - Clone Sources

Step 2 - Start in Docker

$ docker-compose pull   # download modules
$ docker-compose build  # local set up 
$ docker-compose up     # start the app
Django Datta Able - Start in Docker

Once all the above commands are executed, the app should be visible in the browser at the address http://localhost:85.

A coloful login page provided by Django Datta Able, an open-source seed project crafted by AppSeed and CodedThemes.
Datta Able Django - Login Page
Datta Able Django - Widgets Page
A coloful widgets page provided by Django Datta Able, an open-source seed project crafted by AppSeed and CodedThemes.
Datta Able Django - Widgets Page
Datta Able Django - Charts
A coloful charts page provided by Django Datta Able, an open-source seed project crafted by AppSeed and CodedThemes.
Datta Able Django - Charts Page

Thanks for reading! For more resource, please access: