]> gitweb.fperrin.net Git - djsite.git/commit
Add a 'work' concept
authorFrédéric Perrin <fred@fperrin.net>
Thu, 6 Oct 2016 00:16:35 +0000 (01:16 +0100)
committerFrédéric Perrin <fred@fperrin.net>
Sun, 9 Oct 2016 22:17:52 +0000 (23:17 +0100)
commit13c2e4fc8a5506cfa074c06335a73d28a173aba9
tree3bd7fea5d3d98727c164f339910e098a946ae130
parent471c53df73726601ffdbefc3f709ab5b6cb381ff
Add a 'work' concept
17 files changed:
.gitignore
quotes/admin.py
quotes/migrations/0001_initial.py
quotes/migrations/0002_context_author.py [moved from quotes/migrations/0002_author_notes.py with 62% similarity]
quotes/migrations/0003_auto_20160928_2223.py [deleted file]
quotes/migrations/0003_auto_20161009_2254.py [new file with mode: 0644]
quotes/migrations/0004_auto_20161009_2255.py [new file with mode: 0644]
quotes/models.py
quotes/static/quotes/quotes.js
quotes/static/quotes/style.css
quotes/templates/quotes/author.html
quotes/templates/quotes/display.html
quotes/templates/quotes/work.html [new file with mode: 0644]
quotes/templates/quotes/work_notes.html [new file with mode: 0644]
quotes/tests.py
quotes/urls.py
quotes/views.py