Skip to content

Commit

Permalink
v1.0.1-rc1 - Free flask_sqlalchemy version
Browse files Browse the repository at this point in the history
- flask_sqlalchemy = 2.4.4
- sqlalchemy = 1.3.23
  • Loading branch information
App Generator committed Mar 18, 2021
1 parent 5966207 commit 3a4a472
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 33 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

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

- Freeze used versions in `requirements.txt`
- flask_sqlalchemy = 2.4.4
- sqlalchemy = 1.3.23

## [1.0.0] 2020-07-10
### Initial Release

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# [Flask Dashboard](https://appseed.us/admin-dashboards/flask) Adminator

[Admin dashboard](https://appseed.us/admin-dashboards) generated by AppSeed in **[Flask](https://appseed.us/admin-dashboards/flask)** Framework.

Adminator is a responsive Bootstrap 4 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. The modern and clean UI, makes this design a good candidate for your next project.
[Admin dashboard](https://appseed.us/admin-dashboards) generated by AppSeed in **[Flask](https://appseed.us/admin-dashboards/flask)** Framework. Adminator is a responsive Bootstrap 4 Admin Template. It provides you with a collection of ready to use code snippets and utilities, custom pages, a collection of applications and some useful widgets. The modern and clean UI, makes this design a good candidate for your next project.

<br />

> Features
- DBMS: SQLite, PostgreSQL (production)
- DB Tools: SQLAlchemy ORM, Alembic (schema migrations)
- DB Tools: SQLAlchemy ORM, Flask-Migrate (schema migrations)
- Modular design with **Blueprints**, simple codebase
- Session-Based authentication (via **flask_login**), Forms validation
- Deployment scripts: Docker, Gunicorn / Nginx, Heroku
Expand Down
40 changes: 19 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"name": "flask-dashboard-adminator",
"mastertemplate": "boilerplate-code-flask-dashboard",
"version": "1.0.0",
"description": "Template project - Flask Boilerplate Code",
"repository": {
"type": "git",
"url": "https://github.com/app-generator/flask-dashboard-adminator"
},
"bugs": {
"url": "https://github.com/app-generator/flask-dashboard-adminator/issues",
"email": "support@appseed.us"
},
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
},
"devDependencies": {
}
}
"name": "flask-dashboard-adminator",
"mastertemplate": "boilerplate-code-flask-dashboard",
"version": "1.0.1",
"description": "Template project - Flask Boilerplate Code",
"repository": {
"type": "git",
"url": "https://github.com/app-generator/flask-dashboard-adminator"
},
"bugs": {
"url": "https://github.com/app-generator/flask-dashboard-adminator/issues",
"email": "support@appseed.us"
},
"author": "AppSeed App Generator <support@appseed.us> (https://appseed.us)",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {},
"devDependencies": {}
}
17 changes: 9 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
flask
flask_login
flask_migrate
flask_wtf
flask_sqlalchemy==2.*
email_validator
python-decouple
gunicorn
flask==1.1.2
flask_login==0.5.0
flask_migrate==2.7.0
flask_wtf==0.14.3
flask_sqlalchemy==2.4.4
sqlalchemy==1.3.23
email_validator==1.1.2
python-decouple==3.4
gunicorn==20.0.4

0 comments on commit 3a4a472

Please sign in to comment.