]> Johnzone git - stable.git/commit
initial commit, basic model and testviews
authorJohn Janus <mail@johnzone.org>
Wed, 10 Apr 2019 09:09:41 +0000 (11:09 +0200)
committerJohn Janus <mail@johnzone.org>
Wed, 10 Apr 2019 09:09:41 +0000 (11:09 +0200)
commit6f4cf09d59581f9f59eb5b1ff66a09f39a4b3c43
tree5b0a0ea3f0569067e7da96adc027110e41c0f727
initial commit, basic model and testviews
26 files changed:
.gitignore [new file with mode: 0644]
core/__init__.py [new file with mode: 0644]
core/admin.py [new file with mode: 0644]
core/apps.py [new file with mode: 0644]
core/migrations/0001_initial.py [new file with mode: 0644]
core/migrations/0002_auto_20190407_2011.py [new file with mode: 0644]
core/migrations/0003_bay_name.py [new file with mode: 0644]
core/migrations/0004_auto_20190409_2242.py [new file with mode: 0644]
core/migrations/0005_auto_20190409_2256.py [new file with mode: 0644]
core/migrations/0006_auto_20190409_2258.py [new file with mode: 0644]
core/migrations/__init__.py [new file with mode: 0644]
core/models.py [new file with mode: 0644]
core/templates/core/bay_detail.html [new file with mode: 0644]
core/templates/core/stablepart_detail.html [new file with mode: 0644]
core/templates/core/stablepart_list.html [new file with mode: 0644]
core/tests.py [new file with mode: 0644]
core/urls.py [new file with mode: 0644]
core/views.py [new file with mode: 0644]
manage.py [new file with mode: 0755]
stable.kdev4 [new file with mode: 0644]
stable/__init__.py [new file with mode: 0644]
stable/settings.py [new file with mode: 0644]
stable/urls.py [new file with mode: 0644]
stable/wsgi.py [new file with mode: 0644]
static/base.css [new file with mode: 0644]
templates/base.html [new file with mode: 0644]