Skip to content

Commit 753f4b0

Browse files
committed
Update README.md
adding note about new auto import features
1 parent 9c19446 commit 753f4b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ _to see this in a real world example take a look at my other projects_ [Flask-Cm
1313

1414
##What this provides:
1515

16+
- Installable blueprints
17+
- any blueprints listed in your settings under `BLUEPRINTS` will be imported and registered on your app and if that blueprint is a package any files it contains named `models.py` or `views.py` will be imported as well, so no more need to manually import your views and models giving odd errors if you dont do it in the exact correct order!!
18+
1619
- basemodels.py
1720
- with a BaseMixin class that provides many useful CRUD operations, IE: model.save(), model.delete()
1821

0 commit comments

Comments
 (0)