I have been working with Dash for about 2.5 years, and during that time, I haven’t come across a suitable template for large-scale applications. So, I decided to create one based on my experience. I welcome any feedback or pull requests.
@Grozkal Nice!
Always interesting to see how people work.
I see you have suppress_callback_exceptions=True
. I always try to keep it to True
to get warned if something is wrong, instead of a silent error. What’s your take on this?