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
Thanks! Sorry for the late reply. I plan on getting to it at some point in the near future, but I haven't had time just yet.
I have a few apps running in production and the only real difference is that I override the default route function behavior. For example, I have one app that uses a postgres backend. Instead of the default behavior that filters a dataframe that's held in memory, I query the sql database.
Imagine you have some object that lets you query the sql database. Then you could use a function like below to be the new route function. So if you had a Pie Chart in your app, instead of filtering a dataframe in the default function, it would call this other function.
First of all, a huge fan of Pyxley and how easy it is to get up and running.
I'm curious when the pyxley in production portion of the tutorial/doc will be written? https://media.readthedocs.org/pdf/pyxley/latest/pyxley.pdf
I know there's a template #27 and it's not yet documented.
Any guidance would be appreciated!
The text was updated successfully, but these errors were encountered: