Skip to content

Commit 551cbf1

Browse files
author
App Generator
committed
Initial Release
1 parent 3d661df commit 551cbf1

File tree

226 files changed

+42478
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

226 files changed

+42478
-116
lines changed

CHANGELOG.md

Lines changed: 5 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,8 @@
11
# Change Log
22

3-
## [1.0.4] 2021-01-04
4-
### Bug fixing
5-
6-
- Read properly the `.env` variables. Impacted file(s):
7-
- Impacted file: **core/settings.py**
8-
9-
## [1.0.3] 2021-01-01
10-
### Bug fixing, Improvements
11-
12-
- Routing - remove a duplicate rule
13-
- `admin` rule (no slash at the end)
14-
15-
- Auth forms
16-
- Login Page - update label
17-
- Registration - hide the form on success
18-
19-
- Unreported Bug - Left menu selection based on the current page. Modified files:
20-
- app\views.py
21-
- core\templates\includes\sidebar-rtl.html
22-
23-
- Patch #4 - Whitenoise Fix - Wrong positioning in 'core/settings.py'
24-
- WhiteNoiseMiddleware must be positioned right after SecurityMiddleware
25-
- Impacted file: **core/settings.py** / MIDDLEWARE section
26-
27-
## [1.0.2] 2020-06-18
28-
### Bug fixing, Improvements
29-
30-
- Patch #2 - Error when access `admin` path (no trailing slash)
31-
32-
## [1.0.1] 2020-05-30
33-
### Bug fixing, Improvements
34-
35-
- Add CHANGELOG.md to track all changes
36-
- Patch #1 - Error-404.html not used in all contexts
37-
- Rename error pages: error-40X become page-40X
38-
- Update LICENSE file - added more information regarding the app usage
39-
40-
## [1.0.0] 2020-02-07
3+
## [1.0.0] 2020-05-28
414
### Initial Release
5+
6+
- Codebase: [Django Dashboard](https://github.com/app-generator/boilerplate-code-django-dashboard) v1.0.4
7+
- UI: [Jinja Soft UI](https://github.com/app-generator/jinja-soft-ui-dashboard) v1.0.0
8+
- UI Kit: Soft UI Dashboard v1.0.1

LICENSE_commercial.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# [Django Dashboard Boilerplate](https://appseed.us/boilerplate-code/django-dashboard)
1+
# Django Soft UI Dashboard
22

3-
> Template [boilerplate code](https://appseed.us/boilerplate-code) used by [AppSeed](https://appseed.us) to generate simple admin dashboards coded in [Django](https://www.djangoproject.com/) - Features
3+
Admin dashboard generated by AppSeed in **Django** Framework. Designed for those who like bold elements and beautiful websites, **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, navtabs, cards or alerts, giving you the freedom of choosing and combining.
44

5-
- UI Kit: **Datta Able Dashboard** (Lite Version) provided by **CodedThemes**
5+
<br />
6+
7+
- UI Kit: **[Soft UI Dashboard](https://bit.ly/2Q1uIfK)** (Free Version) provided by **Creative-Tim**
68
- SQLite Database, Django Native ORM
79
- Modular design, clean codebase
810
- Session-Based Authentication, Forms validation
@@ -13,9 +15,8 @@
1315

1416
> Links
1517
16-
- [Boierplate Django Dashboard](https://appseed.us/boilerplate-code/django-dashboard) - Product page
17-
- [Boierplate Django Dashboard - Demo](https://boilerplate-code-django-dashboard.appseed.us/) - LIVE Demo
18-
- [Boierplate Django Dashboard - Docs](https://docs.appseed.us/boilerplate-code/django-dashboard/) - Documentation
18+
- [Django Soft Dashboard](https://django-soft-ui-dashboard.appseed-srv1.com/) - LIVE Demo
19+
- [Django Soft Dashboard](https://docs.appseed.us/products/django-dashboards/soft-ui-dashboard) - Product documentation
1920

2021
<br />
2122

@@ -27,19 +28,18 @@ PRO versions include **Premium UI Kits**, Lifetime updates and **24/7 LIVE Suppo
2728
| --- | --- | --- |
2829
| [![Django Datta PRO](https://raw.githubusercontent.com/app-generator/django-dashboard-dattaable-pro/master/media/django-dashboard-dattaable-pro-screen.png)](https://appseed.us/admin-dashboards/django-dashboard-dattaable-pro) | [![Django Material PRO](https://raw.githubusercontent.com/app-generator/django-dashboard-material-pro/master/media/django-dashboard-material-pro-screen.png)](https://appseed.us/admin-dashboards/django-dashboard-material-pro) | [![Django Volt PRO](https://raw.githubusercontent.com/app-generator/django-dashboard-volt-pro/master/media/django-dashboard-volt-pro-screen.png)](https://appseed.us/admin-dashboards/django-dashboard-volt-pro)
2930

30-
<br />
3131
<br />
3232

33-
![Boierplate Code Django Dashboard - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/boilerplate-code-django-dashboard/master/media/boilerplate-code-django-dashboard-screen.png)
33+
[//]: # PRODUCT_IMAGE
3434

3535
<br />
3636

3737
## How to use it
3838

3939
```bash
4040
$ # Get the code
41-
$ git clone https://github.com/app-generator/boilerplate-code-django-dashboard.git
42-
$ cd boilerplate-code-django-dashboard
41+
$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
42+
$ cd django-soft-ui-dashboard
4343
$
4444
$ # Virtualenv modules installation (Unix based systems)
4545
$ virtualenv env
@@ -147,8 +147,8 @@ The application can be easily executed in a docker container. The steps:
147147
> Get the code
148148
149149
```bash
150-
$ git clone https://github.com/app-generator/boilerplate-code-django-dashboard.git
151-
$ cd boilerplate-code-django-dashboard
150+
$ git clone https://github.com/app-generator/django-soft-ui-dashboard.git
151+
$ cd django-soft-ui-dashboard
152152
```
153153

154154
> Start the app in Docker
@@ -223,4 +223,4 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
223223
<br />
224224

225225
---
226-
[Django Dashboard Boilerplate](https://appseed.us/boilerplate-code/django-dashboard) - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).
226+
Django Soft UI Dashboard - Provided by **AppSeed** [App Generator](https://appseed.us/app-generator).

0 commit comments

Comments
 (0)