Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 2 KB

Changelog

All notable changes to this flask-app will be documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

The app and api is now moved under app/__init__.py thus, the same object can now be referenced from both manage.py and test engine.

Update dependency check for celery and click.

The new version comes with code improvement and optimization, along with latest version of modules available in requirements.txt. This version introduces two main functionalities : (i) Travis CI, and (ii) Test Module for the Application.

Basic Template Design with Base Models, Structure, Interface and Controller Design. UPDATE : (03.09.2021) - Fixed #1 by defining a proper model_class.

Basic Template Design with Base Models, Structure, Interface and Controller Design. UPDATE : (03.09.2021) - The base model as defined in app/main/models/_base_model is not recommended as referenced in #1.