Skip to content

Commit

Permalink
v1.0.2-rc1 - Bump Codebase v1.0.5
Browse files Browse the repository at this point in the history
- Flask Codebase v1.0.5
- Freeze flask_sqlalchemy version
  • Loading branch information
App Generator committed Mar 18, 2021
1 parent e325734 commit bbb2754
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.0.2] 2021-03-18
### Improvements

- Bump Codebase: [Flask Dashboard](https://github.com/app-generator/boilerplate-code-flask-dashboard) v1.0.5
- Freeze used versions in `requirements.txt`
- flask_sqlalchemy = 2.4.4
- sqlalchemy = 1.3.23

## [1.0.1] 2021-02-17
### Improvements

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Admin Dashboard generated by the AppSeed platform in **Flask Framework** on top

<br />

## [Flask Dashboard](http://appseed.us/admin-dashboards/flask) Features
> Features
- Reference Codebase - [Flask Dashboard Boilerplate](https://docs.appseed.us/boilerplate-code/flask-dashboard)
- DBMS: SQLite, PostgreSQL (production)
- DB Tools: SQLAlchemy ORM, Alembic (schema migrations)
- DBMS: SQLite, PostgreSQL (production)
- DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
- Modular design with Blueprints
- Session-Based authentication (via flask_login), Forms validation
- Deployment scripts: Docker, Gunicorn/Nginx, HEROKU
Expand Down

0 comments on commit bbb2754

Please sign in to comment.