]> git.lizzy.rs Git - cheatdb.git/commit
Add comment system
authorrubenwardy <rw@rubenwardy.com>
Mon, 11 Jun 2018 21:49:25 +0000 (22:49 +0100)
committerrubenwardy <rw@rubenwardy.com>
Mon, 11 Jun 2018 21:52:37 +0000 (22:52 +0100)
commitb1c349cc3558b4642a700a489482ff95b038ce56
tree1b8cda09e538d9c571050d26ecbb1d5455dea5c0
parent40aac38d43c2d7c2220b10a1bef34ac85f960359
Add comment system
app/models.py
app/templates/macros/threads.html [new file with mode: 0644]
app/templates/packages/view.html
app/templates/threads/list.html [new file with mode: 0644]
app/templates/threads/new.html [new file with mode: 0644]
app/templates/threads/view.html [new file with mode: 0644]
app/views/__init__.py
app/views/packages/__init__.py
app/views/threads.py [new file with mode: 0644]
migrations/versions/605b3d74ada1_.py [new file with mode: 0644]