Skip to content

app-generator/django-soft-ui-design

Repository files navigation

Open-source Django project crafted on top of Soft Design, an open-source Bootstrap 5 design from Creative-Tim. The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.


Features:

  • Up-to-date Dependencies
  • ✅ Theme: Django Theme Soft Design
  • Authentication: Django.contrib.AUTH, Registration
  • 🚀 Deployment
    • CI/CD flow via Render

Soft UI Design - Full-Stack Starter generated by AppSeed.


Manual Build

👉 Download the code

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

👉 Install modules via VENV

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

👉 Set Up Database

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

👉 Create the Superuser

$ python manage.py createsuperuser

👉 Start the app

$ python manage.py runserver

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


Material Kit 2 is a premium design crafted by the Creative-Tim agency on top of Bootstrap 5 Framework. Designed for those who like bold elements and beautiful websites, Material Kit 2 is made of hundreds of elements, designed blocks, and fully coded pages built with an impressive level of quality.


Soft UI Design PRO - Starter generated by AppSeed.



Django Soft Design - Django Starter provided by AppSeed