Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k
stars
1.36k
forks
source link
fix: performance issues on user and roles list #2209
adds lazy joined to permission view model (fixes N+1 issue) and removes created_by and changed_by from the user list search options so we don't load all users twice on page load.
Description
Fixes: #2073
adds lazy joined to permission view model (fixes N+1 issue) and removes
created_by
andchanged_by
from the user list search options so we don't load all users twice on page load.ADDITIONAL INFORMATION