]> git.datanom.net - flask-test.git/commit
First half
authorMichael Rasmussen <mir@datanom.net>
Wed, 29 Nov 2017 03:12:38 +0000 (04:12 +0100)
committerMichael Rasmussen <mir@datanom.net>
Wed, 29 Nov 2017 03:12:38 +0000 (04:12 +0100)
commitdb4f0ba9d4aec596f179335f1d86b3dd2bb206c6
tree05cb568f74f241b344e2b5f901762de5d36d589c
parent43064c75212b8e5f05e362d8ee9acc58287f930b
First half

Signed-off-by: Michael Rasmussen <mir@datanom.net>
19 files changed:
.gitignore
app/__init__.py
app/forms.py [new file with mode: 0644]
app/models.py [new file with mode: 0644]
app/templates/404.html [new file with mode: 0644]
app/templates/500.html [new file with mode: 0644]
app/templates/base.html [new file with mode: 0644]
app/templates/edit.html [new file with mode: 0644]
app/templates/index.html [new file with mode: 0644]
app/templates/login.html [new file with mode: 0644]
app/templates/post.html [new file with mode: 0644]
app/templates/user.html [new file with mode: 0644]
app/views.py
config.py [new file with mode: 0644]
db_create.py [new file with mode: 0755]
db_downgrade.py [new file with mode: 0755]
db_migrate.py [new file with mode: 0755]
db_upgrade.py [new file with mode: 0755]
setup.sh
This page took 0.034237 seconds and 5 git commands to generate.