]> git.lizzy.rs Git - cheatdb.git/commit
Initial commit
authorrubenwardy <rw@rubenwardy.com>
Sun, 18 Mar 2018 17:43:30 +0000 (17:43 +0000)
committerrubenwardy <rw@rubenwardy.com>
Sun, 18 Mar 2018 17:43:30 +0000 (17:43 +0000)
commit366a2302d092c12f388f0eb8efb4faaa3acd3303
tree070f3ef21b04bd716b9136a827d9fe7b90c32e2c
Initial commit
14 files changed:
.gitignore [new file with mode: 0644]
app/__init__.py [new file with mode: 0644]
app/models.py [new file with mode: 0644]
app/static/screenshot.png [new file with mode: 0644]
app/static/style.css [new file with mode: 0644]
app/templates/base.html [new file with mode: 0644]
app/templates/flask_user/login.html [new file with mode: 0644]
app/templates/flask_user/public_base.html [new file with mode: 0644]
app/templates/index.html [new file with mode: 0644]
app/views/__init__.py [new file with mode: 0644]
config.example.cfg [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
rundebug.py [new file with mode: 0644]
setup.py [new file with mode: 0644]