Initial commit

as generated from: pcreate -t websauna_app hotcooler

https://websauna.org/docs/tutorials/gettingstarted/tutorial_03.html
This commit is contained in:
Lance Edgar 2017-04-01 15:17:32 -05:00
commit e036abd313
26 changed files with 512 additions and 0 deletions

37
.gitignore vendored Normal file
View file

@ -0,0 +1,37 @@
# Never commit our secrets files
*secrets.ini
# Default .gitignore with common Pythonic web ignores
venv
build/
dist/
*.pyc
__pycache__
*.egg
*.egg-info
# Logs
*.log
# Database dumbs
*.sql
*.sqlite
# If somebody does npm local installs
node_modules
# Created by running a celery
celerybeat*
# pytest-splinter creates screenshots from failed browsers tests.
# let's not pollute source tree with them by accient.
/*.tests.*
# Static asset cache busting
cache-manifest.json
perma-asset
# pytest and tox cache
.cache
.tox
.eggs