]> git.datanom.net - wpp.git/commit
Base user framework finished
authorMichael Rasmussen <mir@datanom.net>
Fri, 15 Dec 2017 17:18:24 +0000 (18:18 +0100)
committerMichael Rasmussen <mir@datanom.net>
Fri, 15 Dec 2017 17:18:24 +0000 (18:18 +0100)
commit047d4d29754ed04bb696cc6dad3c43084290820b
tree465bdcc835be6fec0acfe82ed8b8f46bb42e99c1
parent06d96c2aaa206c47d6040716f25c8c65f6cf29c4
Base user framework finished
69 files changed:
.gitignore
app/__init__.py [new file with mode: 0644]
app/forms.py [new file with mode: 0644]
app/models.py [new file with mode: 0644]
app/static/css/custom.css [new file with mode: 0644]
app/static/css/font-awesome.css [new file with mode: 0644]
app/static/css/font-awesome.min.css [new file with mode: 0644]
app/static/favicon.ico [new file with mode: 0644]
app/static/fonts/FontAwesome.otf [new file with mode: 0644]
app/static/fonts/fontawesome-webfont.eot [new file with mode: 0644]
app/static/fonts/fontawesome-webfont.svg [new file with mode: 0644]
app/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
app/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
app/static/fonts/fontawesome-webfont.woff2 [new file with mode: 0644]
app/static/less/animated.less [new file with mode: 0644]
app/static/less/bordered-pulled.less [new file with mode: 0644]
app/static/less/core.less [new file with mode: 0644]
app/static/less/fixed-width.less [new file with mode: 0644]
app/static/less/font-awesome.less [new file with mode: 0644]
app/static/less/icons.less [new file with mode: 0644]
app/static/less/larger.less [new file with mode: 0644]
app/static/less/list.less [new file with mode: 0644]
app/static/less/mixins.less [new file with mode: 0644]
app/static/less/path.less [new file with mode: 0644]
app/static/less/rotated-flipped.less [new file with mode: 0644]
app/static/less/screen-reader.less [new file with mode: 0644]
app/static/less/stacked.less [new file with mode: 0644]
app/static/less/variables.less [new file with mode: 0644]
app/static/scss/_animated.scss [new file with mode: 0644]
app/static/scss/_bordered-pulled.scss [new file with mode: 0644]
app/static/scss/_core.scss [new file with mode: 0644]
app/static/scss/_fixed-width.scss [new file with mode: 0644]
app/static/scss/_icons.scss [new file with mode: 0644]
app/static/scss/_larger.scss [new file with mode: 0644]
app/static/scss/_list.scss [new file with mode: 0644]
app/static/scss/_mixins.scss [new file with mode: 0644]
app/static/scss/_path.scss [new file with mode: 0644]
app/static/scss/_rotated-flipped.scss [new file with mode: 0644]
app/static/scss/_screen-reader.scss [new file with mode: 0644]
app/static/scss/_stacked.scss [new file with mode: 0644]
app/static/scss/_variables.scss [new file with mode: 0644]
app/static/scss/font-awesome.scss [new file with mode: 0644]
app/templates/base.html [new file with mode: 0644]
app/templates/flash.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/menu.html [new file with mode: 0644]
app/templates/register.html [new file with mode: 0644]
app/templates/user.html [new file with mode: 0644]
app/views.py [new file with mode: 0644]
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_repository/README [new file with mode: 0644]
db_repository/__init__.py [new file with mode: 0644]
db_repository/manage.py [new file with mode: 0644]
db_repository/migrate.cfg [new file with mode: 0644]
db_repository/versions/001_migration.py [new file with mode: 0644]
db_repository/versions/002_migration.py [new file with mode: 0644]
db_repository/versions/003_migration.py [new file with mode: 0644]
db_repository/versions/004_migration.py [new file with mode: 0644]
db_repository/versions/__init__.py [new file with mode: 0644]
db_upgrade.py [new file with mode: 0755]
doc/classdiagram.dia [new file with mode: 0644]
doc/classdiagram.svg [new file with mode: 0644]
run.py [new file with mode: 0755]
setup.sh [new file with mode: 0755]
wpp.e4p
This page took 0.047299 seconds and 5 git commands to generate.