Skip to content

Commit d26e544

Browse files
author
Kyle J. Roux
authored
Update README.md
1 parent 98ba36d commit d26e544

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
##Flask-XXL
2-
####- A best practices approach to creating larger web apps with Flask, in an attempt to make Flask feel like it is as capable, if not more, than __Django__.
1+
## Flask-XXL
2+
#### - A best practices approach to creating larger web apps with Flask, in an attempt to make Flask feel like it is as capable, if not more, than __Django__.
33

44
[![PyPI version](https://badge.fury.io/py/flask-xxl.svg)](https://badge.fury.io/py/flask-xxl)
55

@@ -11,11 +11,9 @@ _to see this in a real world example take a look at my other projects_ [Flask-Cm
1111

1212

1313

14-
<script data-codementor="jstacoder" data-style="badge" data-theme="dark" src="https://cdn.codementor.io/assets/badge.js"></script>
14+
## What this provides:
1515

16-
##What this provides:
17-
18-
- Installable blueprints
16+
- Installable blueprints
1917
- 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!!
2018

2119
- basemodels.py

0 commit comments

Comments
 (0)