We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afbbb1 commit f17ca47Copy full SHA for f17ca47
README.md
@@ -88,10 +88,10 @@ _to see this in a real world example take a look at my other projects_ [Flask-Cm
88
access any icon anywhere in your templates! even from cms blocks!!!
89
90
- `get_model(model_name,blueprint_name)`
91
- * access any model class from any template (currently only supports sqlalchemy models)
+ - access any model class from any template (currently only supports sqlalchemy models)
92
93
- `get_button(name)`
94
- * create buttons in the cms and access from within templates
+ - create buttons in the cms and access from within templates
95
96
- AppFactory class with many hooks into settings file (makes use of settings file similar to django)
97
- settings like:
0 commit comments