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.
2 parents f1b141f + 38fd9b0 commit 700a639Copy full SHA for 700a639
README.md
@@ -26,6 +26,10 @@ PORT = 8000
26
27
# Register blueprint
28
29
+### flask blueprint documentation
30
+
31
+> https://github.com/aiscenblue/flask-blueprint
32
33
> docs http://flask-starter-kit.readthedocs.io/en/latest/
34
35
`NOTE :: if it's a sub directory it must consist a __init__.py
@@ -43,8 +47,6 @@ def index():
43
47
return make_response("Welcome to flask starter kit!", 200)
44
48
45
49
```
46
-> flask blueprint documentation
-> https://github.com/aiscenblue/flask-blueprint
50
51
# Configure application core
52
`configurations are modified in start.py`
0 commit comments