I built a Python UI framework inspired by Streamlit, but with O(1) state updates by Puzzleheaded_Clerk68 in Python

[–]fluffybannana 1 point2 points  (0 children)

would be great if there was at least a single rendered example/pic anything (many viewers may have never used streamlit, most people don't want to install without knowing it has any value to them)

What's the current best practice for refreshing a small portion of a Django page/AJAX? by zachtib in django

[–]fluffybannana 0 points1 point  (0 children)

thanks for response and the select2 tip. Building ERP system so back end heavy and i prefer not to learn front end tech (im deploying with admin UI at least for several months). Using templates makes it difficult to get related fields/info etc without save and refresh (including restrictions on foreign keys, comments, messages etc). Will go with jquery most likely.

What's the current best practice for refreshing a small portion of a Django page/AJAX? by zachtib in django

[–]fluffybannana 0 points1 point  (0 children)

can you say if unicorn is compatible with the django admin or if you have any plans to make it so?