DEV Community

Cover image for Django Soft UI - Bootstrap 5 and Django 3.2.6 LTS
Sm0ke
Sm0ke

Posted on

Django Soft UI - Bootstrap 5 and Django 3.2.6 LTS

Hello coders!

This (short) article presents a simple way to get started and code a Django Dashboard using the latest Django version (3.2.6 LTS), Bootstrap 5 and a modern open-source design: Soft UI. For newcomers, Django is a leading web framework built-in Python by experts using a batteries-included concept.

Thanks for reading! - Content provided by App Generator.


Step #1 - Clone the sources

$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
$ cd django-soft-ui-dashboard
Enter fullscreen mode Exit fullscreen mode

Step 2 - Start the project in Docker

$ docker-compose pull
$ docker-compose build
$ docker-compose up
Enter fullscreen mode Exit fullscreen mode

Once the commands are executed we should see Django Soft UI (DEMO Link) running in the browser.


Django Soft UI - Open-source seed project crafted with latest Django, Bootstrap 5 and Soft UI.


Product Features

  • Latest Django Version: 3.2.6 LTS
  • Soft UI - Bootstrap 5 Design
  • development-ready codebase
  • Authentication, Pythonic footprint
  • Docker support for an easy production deployment.

Thanks for reading! For more resources, feel free to access:

Top comments (0)