Skip to content

Commit

Permalink
Release v1.0.6 - Rename User model to Users
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed Sep 16, 2021
1 parent 2e52a37 commit db69f33
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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.6] 2021-09-16
### Improvements

- Bump Flask Codebase to [v1.0.7](https://github.com/app-generator/boilerplate-code-flask/releases)
- Rename model `User` to `Users` to avoid name conflict with ORACLE DBMS
- Impacted files: `app/{model.py, util.py, viewws.py}`

## [1.0.5] 2021-09-16
### Improvements & Fixes

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ The project has a super simple structure, represented as bellow:
```bash
< PROJECT ROOT >
|
|-- app/__init__.py
|-- app/
| |-- static/
| | |-- <css, JS, images> # CSS files, Javascripts files
Expand Down Expand Up @@ -105,7 +104,11 @@ The project has a super simple structure, represented as bellow:
| | |-- index.html # Index page
| | |-- 404-page.html # 404 page
| | |-- *.html # All other pages
|
| |
| config.py # Provides APP Configuration
| forms.py # Defines Forms (login, register)
| models.py # Defines app models
| views.py # Application Routes
|
|-- Dockerfile # Deployment
|-- docker-compose.yml # Deployment
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flask-pixel-lite",
"mastertemplate": "boilerplate-code-flask",
"version": "1.0.5",
"version": "1.0.6",
"description": "Template project - Flask Boilerplate Code",
"scripts": {},
"repository": {
Expand Down

0 comments on commit db69f33

Please sign in to comment.