Skip to content

Commit 7d5e8a9

Browse files
author
App Generator
committed
New Release - v1.0.1
1 parent bb9c379 commit 7d5e8a9

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

CHANGELOG.md

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

3+
## [1.0.1] 2020-06-26
4+
### Improvements
5+
6+
- Bump UI: [Jinja Wpx PRO](https://github.com/app-generator/jinja-material-wpx-pro/releases) v1.0.2
7+
- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard/releases) v1.0.5
8+
39
## [1.0.0] 2020-06-26
410
### Initial Release
511

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# [Flask Material Dashboard PRO (WrapPixel)](https://appseed.us/admin-dashboards/flask-material-dashboard-wpx-pro)
1+
# Flask Material PRO (WrapPixel)
22

3-
> Commercial product - **Flask Dashboard** provided by **AppSeed** [Web App Generator](https://appseed.us/app-generator) - Features:
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:
44
5-
- UI Kit: **MaterialPro Dashboard** (Premium Version) by **WrapPixel**
6-
- Jinja2 Theme: [Jinja2 Material Dashboard PRO Wpx](https://github.com/app-generator/jinja2-material-dashboard-wpx-pro)
7-
- SQLite, PostgreSQL, SQLAlchemy ORM
8-
- Alembic (DB schema migrations)
5+
- UI Kit: **Material PRO Dashboard** (Lite Version) provided by **WrapPixel**
6+
- DBMS: SQLite, PostgreSQL (production)
7+
- DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
98
- Modular design with **Blueprints**
10-
- Session-Based authentication (via **flask_login**, Forms validation
11-
- **Commercial License**: [Personal](https://github.com/app-generator/license-personal) / [Developer](https://github.com/app-generator/license-developer)
12-
- 24/7 Live Support via [Discord](https://discord.gg/fZC6hup).
9+
- Session-Based authentication (via **flask_login**), Forms validation
10+
- Deployment scripts: Docker, Gunicorn / Nginx, HEROKU
11+
- Support via **Github** (issues tracker) and [Discord](https://discord.gg/fZC6hup).
1312

1413
<br />
1514

1615
> Links
1716
18-
- [Flask Material Dashboard PRO Wpx](https://appseed.us/admin-dashboards/flask-material-dashboard-wpx-pro) - product page
19-
- [Flask Dashboard Material PRO - Demo](https://flask-material-dashboard-wpx-pro.appseed.us/) - LIVE Demo
20-
- [Flask Dashboard Material PRO - Docs](https://docs.appseed.us/admin-dashboards/flask-material-dashboard-wpx-pro/) - product documentation
17+
- [Flask Material PRO Wpx](https://appseed.us/admin-dashboards/flask-material-dashboard-wpx-pro) - product page
18+
- [Flask Material PRO Wpx](https://flask-material-wpx-pro.appseed-srv1.com) - LIVE Demo
2119

2220
<br />
2321

@@ -29,8 +27,8 @@
2927

3028
```bash
3129
$ # Get the code
32-
$ git clone https://github.com/app-generator/priv-flask-material-dashboard-wpx-pro.git
33-
$ cd priv-flask-material-dashboard-wpx-pro
30+
$ git clone https://github.com/app-generator/priv-flask-material-wpx-pro.git
31+
$ cd priv-flask-material-wpx-pro
3432
$
3533
$ # Virtualenv modules installation (Unix based systems)
3634
$ virtualenv env
@@ -196,8 +194,8 @@ The application can be easily executed in a docker container. The steps:
196194
> Get the code
197195
198196
```bash
199-
$ git clone https://github.com/app-generator/priv-flask-material-dashboard-wpx-pro.git
200-
$ cd priv-flask-material-dashboard-wpx-pro
197+
$ git clone https://github.com/app-generator/priv-flask-material-wpx-pro.git
198+
$ cd priv-flask-material-wpx-pro
201199
```
202200

203201
> Start the app in Docker
@@ -222,8 +220,8 @@ Steps to deploy on **Heroku**
222220

223221
```bash
224222
$ # Clone the source code:
225-
$ git clone https://github.com/app-generator/flask-material-dashboard-wpx-pro.git
226-
$ cd flask-material-dashboard-wpx-pro
223+
$ git clone https://github.com/app-generator/priv-flask-material-wpx-pro.git
224+
$ cd priv-flask-material-wpx-pro
227225
$
228226
$ # Check Heroku CLI is installed
229227
$ heroku -v

0 commit comments

Comments
 (0)