https://github.com/creativetimofficial/soft-ui-dashboard-pro-django
Soft UI Dashboard PRO - Django Template | Creative-Tim
https://github.com/creativetimofficial/soft-ui-dashboard-pro-django
creative-tim django soft-ui-dashboard
Last synced: 10 months ago
JSON representation
Soft UI Dashboard PRO - Django Template | Creative-Tim
- Host: GitHub
- URL: https://github.com/creativetimofficial/soft-ui-dashboard-pro-django
- Owner: creativetimofficial
- License: other
- Created: 2021-10-26T09:53:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-18T15:07:45.000Z (about 1 year ago)
- Last Synced: 2025-08-30T23:56:20.472Z (10 months ago)
- Topics: creative-tim, django, soft-ui-dashboard
- Homepage: https://www.creative-tim.com/product/soft-ui-dashboard-pro-django
- Size: 45.5 MB
- Stars: 11
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Soft UI Dashboard PRO Django](https://www.creative-tim.com/product/soft-ui-dashboard-pro-django)
Premium **[Django Template](https://www.creative-tim.com/templates/django)** crafted on top of **Soft UI Dashboard PRO**, a modern Bootstrap 5 design. Start your development with a modern Bootstrap 5 Admin template for Django. Soft UI Dashboard is built with over 70 individual components, giving you the freedom of choosing and combining. If you want to code faster, with a smooth workflow, then you should try this template carefully developed with Django, a well-known Python Framework.
> NOTE: Starter provided in partnership with [App-Generator](https://app-generator.dev/), an open-source platform for developers
## Features:
- Simple, Easy-to-Extend Codebase
- **Soft UI Dashboard PRO** Design Integration
- Dynamic Tables - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-datatables.html)
- Dynamic API - read [docs](https://app-generator.dev/docs/developer-tools/dynamic-api.html)
- Charts
- Session-based Authentication, Password recovery
- OAuth (GitHub & Google)
- DB Persistence: SQLite (default), can be used with MySql, PgSql
- [Django CLI Package](https://app-generator.dev/docs/developer-tools/django-cli/index.html)
- [Commit/rollback Git Changes](https://app-generator.dev/docs/developer-tools/django-cli/git-interface.html)
- `Backup & restore DB`
- [Interact with Django Core](https://app-generator.dev/docs/developer-tools/django-cli/query-django.html)
- `Manage Environment`
- `Manage Dependencies`
- Session-based Authentication, Password recovery
- DB Persistence: SQLite (default), can be used with MySql, PgSql
- Docker, CI/CD for Render
- [Vite](https://app-generator.dev/docs/technologies/vite/index.html) for assets management

## Table of Contents
* [Demo](#demo)
* [Quick Start](#quick-start)
* [Documentation](#documentation)
* [File Structure](#file-structure)
* [Browser Support](#browser-support)
* [Resources](#resources)
* [Reporting Issues](#reporting-issues)
* [Technical Support or Questions](#technical-support-or-questions)
* [Licensing](#licensing)
* [Useful Links](#useful-links)
## Demo
> To authenticate use the default credentials ***test / PaSS_123*** or create a new user on the **registration page**.
- **Soft UI Dashboard Django** [Login Page](https://www.creative-tim.com/live/soft-ui-dashboard-pro-django)
## Quick start
> UNZIP the sources (requires a purchase from the official product page)
> 👉 Install modules via `VENV`.
```bash
$ virtualenv env
$ source env/bin/activate
$ pip install -r requirements.txt
```
> 👉 Edit the `.env` using the template `.env.sample`.
```env
# True for development, False for production
DEBUG=True
```
> 👉 Set Up Database
```bash
$ python manage.py makemigrations
$ python manage.py migrate
```
> 👉 Create the Superuser
```bash
$ python manage.py createsuperuser
```
> 👉 Start the app
```bash
$ python manage.py runserver
```
At this point, the app runs at `http://127.0.0.1:8000/`.
## Documentation
The documentation for the **Soft UI Dashboard PRO Django** is hosted at our [website](https://app-generator.dev/docs/products/django/soft-ui-dashboard-pro/index.html).
## File Structure
The project is coded using a simple and intuitive structure presented below:
```bash
< PROJECT ROOT >
|
|-- config/
| |-- settings.py # Project Configuration
| |-- urls.py # Project Routing
|
|-- apps/
| |-- charts
| |-- dyn_api
| |-- dyn_dt
| |-- pages
| |-- file_manager
|
|
|-- requirements.txt # Project Dependencies
|
|-- env.sample # ENV Configuration (default values)
|-- manage.py # Start the app - Django default start script
|
|-- ************************************************************************
```
## Deploy on [Render](https://render.com/)
- Create a Blueprint instance
- Go to https://dashboard.render.com/blueprints this link.
- Click `New Blueprint Instance` button.
- Connect your `repo` which you want to deploy.
- Fill the `Service Group Name` and click on `Update Existing Resources` button.
- After that your deployment will start automatically.
At this point, the product should be LIVE.
## Browser Support
At present, we officially aim to support the last two versions of the following browsers:

## Resources
- Demo:
- Download Page:
- Documentation:
- License Agreement:
- Support:
- Issues: [Github Issues Page](https://github.com/creativetimofficial/soft-ui-dashboard-pro-django/issues)
## Reporting Issues
We use GitHub Issues as the official bug tracker for the **Soft UI Dashboard Django**. Here are some advices for our users that want to report an issue:
1. Make sure that you are using the latest version of the **Soft UI Dashboard Django**. Check the CHANGELOG from your dashboard on our [website](https://www.creative-tim.com/).
2. Providing us reproducible steps for the issue will shorten the time it takes for it to be fixed.
3. Some issues may be browser-specific, so specifying in what browser you encountered the issue might help.
## Support
Being a product that is actively supported and improved, feel free to contact us using these funnels:
- **Creative-Tim** [Discord](https://discord.gg/haJ7ErsNY3) Server - for general product assistance and UI/UX
- **App Generator** [Discord](https://discord.gg/fZC6hup) Server - for **Django specific questions** and assistance.
## Licensing
- Copyright 2019 - present [Creative Tim](https://www.creative-tim.com/)
- Licensed under [Creative Tim EULA](https://www.creative-tim.com/license)
## Useful Links
- [More products](https://www.creative-tim.com/bootstrap-themes) from Creative Tim
- [Tutorials](https://www.youtube.com/channel/UCVyTG4sCw-rOvB9oHkzZD1w)
- [Freebies](https://www.creative-tim.com/bootstrap-themes/free) from Creative Tim
- [Affiliate Program](https://www.creative-tim.com/affiliates/new) (earn money)
## Social Media
- Twitter:
- Facebook:
- Dribbble:
- Instagram:
---
[Soft UI Dashboard PRO Django](https://www.creative-tim.com/product/soft-ui-dashboard-pro-django) - Provided by [Creative Tim](https://www.creative-tim.com/) and [App-Generator](https://app-generator.dev/).