8000 Update README.md · jstacoder/flask-xxl@456db5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 456db5f

Browse files
authored
Update README.md
1 parent d26e544 commit 456db5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ _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 manualy 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`
18+
will be imported and registered on your app
19+
if that blueprint is a package, any files it contains named `models.py` or `views.py` will be imported as well,
20+
so no more need to manualy import your views and models
21+
giving odd errors if you dont do it in the exact correct order!!
1822

1923
- basemodels.py
2024
- with a sqlalchemy compatible BaseMixin class

0 commit comments

Comments
 (0)
0