feat: basic support for WSGI app, views, templates
also docs + tests for what we have so far
This commit is contained in:
commit
977c196f47
49 changed files with 2805 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
*~
|
||||
*.pyc
|
||||
.coverage
|
||||
dist/
|
||||
docs/_build/
|
||||
.tox/
|
||||
wuttaweb.egg-info/
|
Loading…
Add table
Add a link
Reference in a new issue