Django starter styled with Django Theme Soft PRO, a premium Bootstrap 5 design from Creative-Tim
The product is designed to deliver the best possible user experience with highly customizable feature-rich pages.
👉 NOTE: This product
requires a Licensein order to access the theme:
Private REPO: git+https://github.com/app-generator/priv-django-theme-soft-pro
- UI Kit: Soft Design BS5 PRO
v1.1.1by Creative-Tim - Django Soft Design PRO -
sample project - Sections Covered:
All pagesmanaged byDjango.contrib.AUTHRegistrationpageMisc pages: colors, icons, typography, blank-page
- Modern Bootstrap 5 Design
Responsive InterfaceMinimal TemplateoverridingEasy integration
Designed for those who like bold elements and beautiful websites. Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Design PRO is ready to help you create stunning websites and web apps.
Install the package via
PIP
$ pip install git+https://github.com/app-generator/priv-django-theme-soft-pro.gitAdd
theme_soft_proapplication to theINSTALLED_APPSsetting of your Django projectsettings.pyfile:
INSTALLED_APPS = [
"django.contrib.admin",
"django.contrib.auth",
"django.contrib.contenttypes",
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
'theme_soft_pro', # <-- NEW
]Add
LOGIN_REDIRECT_URLandEMAIL_BACKENDof your Django projectsettings.pyfile:
LOGIN_REDIRECT_URL = '/'
# EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'Add
theme_soft_prourls in your Django Projecturls.pyfile
from django.urls import path, include
urlpatterns = [
...
path('', include('theme_soft_pro.urls')),
]Collect static if you are in
production environment:
$ python manage.py collectstaticStart the app
$ # Set up the database
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Create the superuser
$ python manage.py createsuperuser
$
$ # Start the application (development mode)
$ python manage.py runserver # default port 8000Access the admin section in the browser: http://127.0.0.1:8000/
Django Theme Soft PRO - Modern Theme provided by AppSeed
