]> gitweb.fperrin.net Git - djsite.git/commit
Initial draft of the quotes app
authorFrédéric Perrin <fred@fperrin.net>
Wed, 28 Sep 2016 20:35:00 +0000 (21:35 +0100)
committerFrédéric Perrin <fred@fperrin.net>
Wed, 28 Sep 2016 20:35:00 +0000 (21:35 +0100)
commit45be55604156dc0064aa32ea508df0d90ac5a17a
tree21d11369ee7c6b1d404c6bd1d33deea674713fe4
parente63e884391c4ac2c3af8ff72919a196f7bf9d83f
Initial draft of the quotes app
quotes/admin.py
quotes/models.py
quotes/static/quotations/style.css [new file with mode: 0644]
quotes/templates/quotations/author.html [new file with mode: 0644]
quotes/templates/quotations/base.html [new file with mode: 0644]
quotes/templates/quotations/display.html [new file with mode: 0644]
quotes/templates/quotations/many.html [new file with mode: 0644]
quotes/templates/quotations/onequote.html [new file with mode: 0644]
quotes/templates/quotations/tag.html [new file with mode: 0644]
quotes/urls.py [new file with mode: 0644]
quotes/views.py