This repository contains 2 basic applications: frontend
& api
.
It is easy to manage, and you can easily add new local application(s).
Application is based on blueprints.
New extension requires:
- new Python Package in subdirectory.
create_app
function (created in new package ininit
file) which returnsFlask
object by calling file.- calling a function above in a
wsgi.py
file with assigned url prefix.
These simple steps allow you to add new extension and integrate with entire application.