An open API service indexing awesome lists of open source software.

https://github.com/app-generator/django-soft-ui-design-pro

Django Soft Design PRO - Premium Starter | AppSeed
https://github.com/app-generator/django-soft-ui-design-pro

appseed django-template django-theme soft-design

Last synced: about 1 year ago
JSON representation

Django Soft Design PRO - Premium Starter | AppSeed

Awesome Lists containing this project

README

          

# [Django Soft Design PRO](https://appseed.us/product/soft-ui-design-pro/django/)

Open-source **Django** project crafted on top of **[Soft Design PRO](https://appseed.us/product/soft-ui-design-pro/django/)**, a pixel-perfect `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 License` in order to access the theme. During the purchase, a `GitHub Access TOKEN` is provided.

- 🛒 [Soft UI Design PRO Django](https://appseed.us/product/soft-ui-design-pro/django/) - `Product page`
- 👉 [Soft UI Design PRO Django](https://django-soft-ui-design-pro.appseed-srv1.com/) - `LIVE Demo`
- 🚀 [Support](https://appseed.us/support/) via `Email` & `Discord`


> Features:

- ✅ `Up-to-date Dependencies`
- ✅ `Design`: [Django Theme Soft Design](https://github.com/app-generator/django-theme-soft-pro) - `PRO Version`
- ✅ `Sections` covered by the design:
- ✅ **Authentication**: `Django.contrib.AUTH`, Registration
- ✅ **All Pages** available in for ordinary users
- ✅ `Docker`
- 🚀 `Deployment`
- `CI/CD` flow via `Render`


![Soft UI Design PRO - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/168812715-52e036b7-582d-4851-9657-6b1f99727619.png)


## Manual Build

> 👉 Download the code

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


> Export `GITHUB_TOKEN` in the environment. The value is provided by AppSeed during purchase.

This is required because the project has a private REPO dependency: `github.com/app-generator/priv-django-theme-soft-pro`

```bash
$ export GITHUB_TOKEN='TOKEN_HERE' # for Linux, Mac
$ set GITHUB_TOKEN='TOKEN_HERE' # Windows CMD
$ $env:GITHUB_TOKEN = 'TOKEN_HERE' # Windows powerShell
```


> 👉 Install modules via `VENV`

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


> 👉 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/`.


---
[Django Soft Design PRO](https://appseed.us/product/soft-ui-design-pro/django/) - **Django** Starter provided by **[AppSeed](https://appseed.us/)**