Skip to content

Commit 6fa0886

Browse files
author
App Generator
committed
Release v1.0.5 - Bump Codebase & Improvements
1 parent 0bd8b02 commit 6fa0886

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

CHANGELOG.md

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

3+
## [1.0.5] 2021-09-16
4+
### Improvements & Fixes
5+
6+
- Bump Flask Codebase to [v1.0.6](https://github.com/app-generator/boilerplate-code-flask/releases)
7+
- Dependencies update (all packages)
8+
- Use Flask==2.0.1 (latest stable version)
9+
- Better Code formatting
10+
- Improved Files organization
11+
- Optimize imports
12+
- Docker Scripts Update
13+
314
## [1.0.4] 2021-07-18
415
### Tooling
516

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Open-Source **Flask** starter coded with basic modules, database, ORM and deploy
66

77
> Features
88
9+
- Up-to-date [dependencies](./requirements.txt): **Flask 2.0.1**
10+
- [SCSS compilation](#recompile-css) via **Gulp**
911
- UI Kit: **Pixel Lite** (Free Version) by **Themesberg**
1012
- SQLite database, Flask-SQLAlchemy ORM
1113
- Session-Based auth flow (login, register)
@@ -99,13 +101,19 @@ The project has a super simple structure, represented as bellow:
99101
| | | |-- login.html # Use layout `base-fullscreen.html`
100102
| | | |-- register.html # Use layout `base-fullscreen.html`
101103
| | |
102-
| | index.html # The default page
103-
| | page-404.html # Error 404 page (page not found)
104-
| | page-500.html # Error 500 page (server error)
105-
| | *.html # All other pages provided by the UI Kit
104+
| | |-- home/ # UI Kit Pages
105+
| | |-- index.html # Index page
106+
| | |-- 404-page.html # 404 page
107+
| | |-- *.html # All other pages
106108
|
107-
|-- requirements.txt
108109
|
110+
|-- Dockerfile # Deployment
111+
|-- docker-compose.yml # Deployment
112+
|-- gunicorn-cfg.py # Deployment
113+
|-- nginx # Deployment
114+
| |-- appseed-app.conf # Deployment
115+
|
116+
|-- requirements.txt
109117
|-- run.py
110118
|
111119
|-- ************************************************************************

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flask-pixel-lite",
33
"mastertemplate": "boilerplate-code-flask",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"description": "Template project - Flask Boilerplate Code",
66
"scripts": {},
77
"repository": {

0 commit comments

Comments
 (0)