pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.75k stars 1.57k forks source link

[IDEA] Flask-Admin with CMS features #1902

Open bekab95 opened 5 years ago

bekab95 commented 5 years ago

Does anyone used flask-admin as CMS ? constructing html pages by modifying admin interface ?

demetrius-mp commented 2 years ago

im using it as a CMS for a college work, and its working well. however i tried to modify the "frontend" as little as i could. i actually made more changes on form rules, column_* stuff, which dynamically changes based on the current user role. its been going great, i was able to do everything i wanted to so far.