Organizer w/ Flask
NB. Blueprint Route Config
Initialize an instance of the Blueprint class IN the init file, and import routes from . exactly as the top level init. Now all behaviours within the module map to top level behaviours except the blueprint is now imported to pertinent files rather than top level app.
NB. BLUEPRINTS STATIC URL BEHAVIOUR
https://www.reddit.com/r/flask/comments/61niyi/af_static_folder_with_blueprints/
NB. Blueprints and databases - Here's the fix: 2nd Answer
import the object and pass as arg to foreign key rather than referring to table!!!