Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have a flask app with the following structure
orthocms
-orthocms.py
-helper.py
orthocms/app
--__init__.py
--forms.py
--models.py
I define helper as the following to use globally without the need for importing it into every page
from app import app
import helper
@app.context_processor
def inject_user():
return dict(helper=helper)
When I test the app locally, I can safely use helper.* functions in templates, however, after deploying with app platform I get the following error
{{ helper.format_date(p.birth_date) }}
jinja2.exceptions.UndefinedError: 'helper' is undefined
santoshpatil
crisdan
KFSys
Andrew J Montanus
nashurgessa
blueviolet
Ibrahim Mudassar
288dccdbfd934607b6f223b33b9d92
TinyLightSeaGreenShrimp
AdorableCeruleanEel
Bobby
fa452710b73e4632997145b18bc820