Soft UI Dashboard – Bootstrap 5 FREE Django Template

Hello Coders,

This article presents a simple Django Template that might help beginners to learn by coding new features on top of an existing codebase enhanced with authentication, deployment script and a modern Bootstrap 5 design: Soft UI Dashboard. P…


This content originally appeared on DEV Community and was authored by Sm0ke

Hello Coders,

This article presents a simple Django Template that might help beginners to learn by coding new features on top of an existing codebase enhanced with authentication, deployment script and a modern Bootstrap 5 design: Soft UI Dashboard. Product can be downloaded from Github and used for hobby & commercial project without restrictions (footer link, registration lock).

Thanks for reading! - Content provided by App Generator.

Soft UI Dashboard - Open-source Django Starter.

Design Information - Designed for those who like bold elements and beautiful websites, Soft UI Dashboard is made of hundred of elements, designed blocks and fully coded pages. This Bootstrap 5 design is built with over 70 frontend individual elements, like buttons, inputs, navbars, navtabs, cards or alerts, giving you the freedom of choosing and combing.

Soft UI Dashboard - HTML Version

Using Soft UI Dashboard developers and designers will save a lot of time going from prototyping to full-functional code, because all elements are implemented. This Free Bootstrap 5 Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.

Django Codebase

The "app" version comes with database, authentication, ORM and deployment scripts for Docker. To compile the project locally, a minimal programming kit is required with a few tools and libraries:

  • A modern editor - VSCode or Atom
  • Nodejs - used in Javascript-based products and tools
  • Python - a modern script language used for many types of projects
  • GIT - a command-line tool used to download sources from Github

Once all the tools are installed, we can start the build and follow the instructions provided in the official docs:

Step #1 - Clone the source code

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

Step #2 - Install modules and dependencies

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

Step #3 - Set up database and tables

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

Step #4 - Start the app

$ python manage.py runserver

Il all goes well we should see this simple Django starter running in the browser:

Soft UI Dashboard - Django Template.

Soft UI Dashboard - User Profile

Soft UI Dashboard - Profile Page.

Thanks for reading! For more resources and support, please access:


This content originally appeared on DEV Community and was authored by Sm0ke


Print Share Comment Cite Upload Translate Updates
APA

Sm0ke | Sciencx (2021-05-31T06:23:33+00:00) Soft UI Dashboard – Bootstrap 5 FREE Django Template. Retrieved from https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/

MLA
" » Soft UI Dashboard – Bootstrap 5 FREE Django Template." Sm0ke | Sciencx - Monday May 31, 2021, https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/
HARVARD
Sm0ke | Sciencx Monday May 31, 2021 » Soft UI Dashboard – Bootstrap 5 FREE Django Template., viewed ,<https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/>
VANCOUVER
Sm0ke | Sciencx - » Soft UI Dashboard – Bootstrap 5 FREE Django Template. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/
CHICAGO
" » Soft UI Dashboard – Bootstrap 5 FREE Django Template." Sm0ke | Sciencx - Accessed . https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/
IEEE
" » Soft UI Dashboard – Bootstrap 5 FREE Django Template." Sm0ke | Sciencx [Online]. Available: https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/. [Accessed: ]
rf:citation
» Soft UI Dashboard – Bootstrap 5 FREE Django Template | Sm0ke | Sciencx | https://www.scien.cx/2021/05/31/soft-ui-dashboard-bootstrap-5-free-django-template/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.