Skip to content

Commit 7933805

Browse files
committed
Update README.md
1 parent 14abaf5 commit 7933805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ _to see this in a real world example take a look at my other projects_ [Flask-Cm
1414
##What this provides:
1515

1616
- 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!!
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 manualy import your views and models giving odd errors if you dont do it in the exact correct order!!
1818

1919
- basemodels.py
2020
- with a sqlalchemy compatible BaseMixin class

0 commit comments

Comments
 (0)