You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2019. It is now read-only.
The code is modular enough to support other backends, but to swap out a backend you would actually have to modify the codebase as-is. Ideally, you should be able to point to point to a Python class at startup and use that as the storage backend.
It's probably worthwhile to look into how Flask/Gunicorn does this when looking for the app object.
The text was updated successfully, but these errors were encountered:
The code is modular enough to support other backends, but to swap out a backend you would actually have to modify the codebase as-is. Ideally, you should be able to point to point to a Python class at startup and use that as the storage backend.
It's probably worthwhile to look into how Flask/Gunicorn does this when looking for the
app
object.The text was updated successfully, but these errors were encountered: