forked from orbit-oss/flask
rewrite tutorial docs and example
This commit is contained in:
parent
16d83d6bb4
commit
c3dd7b8e4c
103 changed files with 3327 additions and 2224 deletions
14
examples/tutorial/.gitignore
vendored
Normal file
14
examples/tutorial/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
venv/
|
||||
*.pyc
|
||||
__pycache__/
|
||||
instance/
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.idea/
|
||||
*.swp
|
||||
*~
|
||||
Loading…
Add table
Add a link
Reference in a new issue