Skip to content

Commit dce2249

Browse files
Update README.md
1 parent cd48ec0 commit dce2249

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Soft UI Dashboard Django](https://appseed.us/product/soft-ui-dashboard/django/)
22

3-
Open-source **Django Dashboard** generated by `AppSeed` op top of a modern design. Designed for those who like bold elements and beautiful websites, **[Soft UI Dashboard](https://appseed.us/generator/soft-ui-dashboard/)** is ready to help you create stunning websites and webapps. **Soft UI Dashboard** is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
3+
Open-source **Django Dashboard** generated by `AppSeed` op top of a modern design. Designed for those who like bold elements and beautiful websites, **[Soft UI Dashboard](https://appseed.us/product/soft-ui-dashboard/django/)** is ready to help you create stunning websites and webapps. **Soft UI Dashboard** is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.
44

55
- 👉 [Soft UI Dashboard Django](https://appseed.us/product/soft-ui-dashboard/django/) - `product page`
66
- 👉 [Soft UI Dashboard Django](https://django-soft-ui-dashboard.appseed-srv1.com/) - `LIVE Demo`
@@ -14,15 +14,15 @@ Open-source **Django Dashboard** generated by `AppSeed` op top of a modern desig
1414
| --- | --- | --- |
1515
|| **Up-to-date Dependencies** | Tested with Django `v3.2.x`, `v4.x` |
1616
|| **UI Kit** | `Bootstrap 5`, `Dark-Mode` (persistent) |
17+
|| [Admin Theme](https://github.com/app-generator/django-admin-soft-dashboard) | the same UI Kit |
1718
|| **Docker** | Simple Setup (local usage) |
1819
|| **Persistence** | `SQLite`, `MySql` |
1920
|| **Authentication** | Basic, `OAuth` via **AllAuth** for Github |
20-
|| **[API Generator](https://youtu.be/IM-PJrlgBe8)** (video) | Secure API via `DRF` |
21-
|| **[Dynamic DataTables](https://youtu.be/9RwzSEWMHj8)** (video) | `Server-side` pagination, `Search`, Export |
21+
|| **API Generator | Secure API via `DRF` |
22+
|| **Dynamic DataTables | `Server-side` pagination, `Search`, Export |
2223
|| **Stripe Payments** | `One-Time` and `Subscriptions` |
2324
|| **Async Tasks** | via `Celery` |
2425

25-
2626
> Something is missing? Submit a new `product feature request` using the [issues tracker](https://github.com/app-generator/django-soft-ui-dashboard/issues).
2727
2828
<br />
@@ -34,17 +34,16 @@ Open-source **Django Dashboard** generated by `AppSeed` op top of a modern desig
3434

3535
## ✨ Start the app in Docker
3636

37-
> **Step 1** - Download the code from the GH repository (using `GIT`)
37+
> 👉 **Step 1** - Download the code from the GH repository (using `GIT`)
3838
3939
```bash
40-
$ # Get the code
4140
$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
4241
$ cd django-soft-ui-dashboard
4342
```
4443

4544
<br />
4645

47-
> **Step 2** - Start the APP in `Docker`
46+
> 👉 **Step 2** - Start the APP in `Docker`
4847
4948
```bash
5049
$ docker-compose up --build
@@ -73,7 +72,6 @@ The meaning of each variable can be found below:
7372
> Download the code
7473
7574
```bash
76-
$ # Get the code
7775
$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
7876
$ cd django-soft-ui-dashboard
7977
```
@@ -183,7 +181,7 @@ This module helps to generate dynamic view for all models defined in `apps/model
183181

184182
- Edit/add your model in `apps/models.py`
185183
- Migrate the database:
186-
- `python manage.py makemigrations` # this will generate the new SQL
184+
- `python manage.py makemigrations` # this will generate the new SQL
187185
- `python manage.py migrate` # this will apply the changes
188186
- Update Configuration:
189187
- `core/settings.py`, section `DYNAMIC_DATATB`
@@ -277,4 +275,4 @@ Soft UI Dashboard is a premium Bootstrap 5 Design now available for download in
277275
<br />
278276

279277
---
280-
[Soft UI Dashboard](https://appseed.us/generator/soft-ui-dashboard/) Django - Open-source starter generated by **[AppSeed Generator](https://appseed.us/generator/)**.
278+
[Soft UI Dashboard Django](https://appseed.us/product/soft-ui-dashboard/django/) - Open-source starter generated by **[App Generator](https://appseed.us/generator/)**.

0 commit comments

Comments
 (0)