Skip to content

Commit 2ce3377

Browse files
author
Adi Chirilov
committed
Flask Dashboard CoreUI v1.0.1 - Improvements
- Bump the Core UI Kit to v3.2.0 - Update the code-base to use latest [Flask Boilerplate](https://github.com/app-generator/boilerplate-code-flask-dashboard) - Update Licensing information - Add CHANGELOG.md to track all changes
1 parent ed39265 commit 2ce3377

File tree

1,418 files changed

+60575
-45874
lines changed

Some content is hidden

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

1,418 files changed

+60575
-45874
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Change Log
22

3-
## [1.0.1] 2020-05-30
3+
## [1.0.1] 2020-06-08
44
### Improvements
5+
6+
- Bump the Core UI Kit to v3.2.0
7+
- Update the code-base to use latest [Flask Boilerplate](https://github.com/app-generator/boilerplate-code-flask-dashboard)
58
- Update Licensing information
69
- Add CHANGELOG.md to track all changes
710

8-
## [1.0.0] 2020-02-07
11+
## [1.0.0] 2020-01-01
912
### Initial Release

LICENSE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Copyright (c) 2019 - present [AppSeed](http://appseed.us/)
1212
| ---------------------------------- | --- |
1313
| License Type | MIT |
1414
| Use for print | **YES** |
15-
| Create single personal website/app | **YES** |
16-
| Create single website/app for client | **YES** |
17-
| Create multiple website/apps for clients | **YES** |
18-
| Create multiple SaaS applications | **YES** |
19-
| End-product paying users | **YES** |
15+
| Create single personal website/app | **YES** |
16+
| Create single website/app for client | **YES** |
17+
| Create multiple website/apps for clients | **YES** |
18+
| Create multiple SaaS applications | **YES** |
19+
| End-product paying users | **YES** |
2020
| Product sale | **YES** |
2121
| Remove footer credits | **YES** |
2222
| --- | --- |

LICENSE_commercial.md

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

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [Boierplate Code Flask Dashboard](https://appseed.us/boilerplate-code/flask-dashboard)
1+
# [Flask Dashboard CoreUI](https://appseed.us/admin-dashboards/flask-dashboard-coreui)
22

3-
> Template [boilerplate code](https://appseed.us/boilerplate-code) used by [AppSeed](https://appseed.us) to generate simple admin dashboards coded in [Flask](https://palletsprojects.com/p/flask/) - Features:
3+
> **Open-Source Admin Dashboard** coded in **Flask Framework** by **AppSeed** [Web App Generator](https://appseed.us/app-generator) - Features:
44
5-
- UI Kit: **Datta Able Dashboard** (Lite Version) provided by **CodedThemes**
5+
- UI Kit: **CoreUI Dashboard** (Free Version) provided by **CoreUI** agency
66
- SQLite, PostgreSQL, SQLAlchemy ORM
77
- Alembic (DB schema migrations)
88
- Modular design with **Blueprints**
@@ -15,23 +15,23 @@
1515

1616
> Links
1717
18-
- [Boierplate Code Flask Dashboard](https://boilerplate-code-flask-dashboard.appseed.us/) - LIVE Demo
19-
- [Boierplate Code Flask Dashboard](https://appseed.us/boilerplate-code/flask-dashboard) - Official product page
18+
- [Flask Dashboard CoreUI](https://flask-dashboard-coreui.appseed.us/) - LIVE Demo
19+
- [Flask Dashboard CoreUI](https://appseed.us/admin-dashboards/flask-dashboard-coreui) - Official product page
2020
- More [Flask Admin Dashboards](https://appseed.us/admin-dashboards/flask) - index hosted by **[AppSeed](https://appseed.us)**
2121
- [Open-Source Admin Dashboards](https://appseed.us/admin-dashboards/open-source) - index hosted by **[AppSeed](https://appseed.us)**
2222

2323
<br />
2424

25-
![Boierplate Code Flask Dashboard - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/boilerplate-code-flask-dashboard/master/media/boilerplate-code-flask-dashboard-screen.png)
25+
![Flask Dashboard CoreUI - Template project provided by AppSeed.](https://raw.githubusercontent.com/app-generator/flask-dashboard-coreui/master/media/flask-dashboard-coreui-screen.png)
2626

2727
<br />
2828

2929
## How to use it
3030

3131
```bash
3232
$ # Get the code
33-
$ git clone https://github.com/app-generator/boilerplate-code-flask-dashboard.git
34-
$ cd boilerplate-code-flask-dashboard
33+
$ git clone https://github.com/app-generator/flask-dashboard-coreui.git
34+
$ cd flask-dashboard-coreui
3535
$
3636
$ # Virtualenv modules installation (Unix based systems)
3737
$ virtualenv env
@@ -197,8 +197,8 @@ The application can be easily executed in a docker container. The steps:
197197
> Get the code
198198
199199
```bash
200-
$ git clone https://github.com/app-generator/boilerplate-code-flask-dashboard.git
201-
$ cd boilerplate-code-flask-dashboard
200+
$ git clone https://github.com/app-generator/flask-dashboard-coreui.git
201+
$ cd flask-dashboard-coreui
202202
```
203203

204204
> Start the app in Docker
@@ -262,4 +262,4 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
262262
<br />
263263

264264
---
265-
[Boierplate Code Flask Dashboard](https://appseed.us/boilerplate-code/flask-dashboard) - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).
265+
[Flask Dashboard CoreUI](https://appseed.us/admin-dashboards/flask-dashboard-coreui) - Provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator).
Lines changed: 24 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)