]> git.phdru.name Git - m_librarian.git/commit
Feat(web): Use CheetahTemplate
authorOleg Broytman <phd@phdru.name>
Sun, 1 Apr 2018 19:11:22 +0000 (22:11 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 1 Apr 2018 19:12:23 +0000 (22:12 +0300)
commit023023391fc401b00827d001b30ee6d7c29fc5ef
treece5bff4b41f10689f9e5905a49cc3f84406b2f62
parent2d76928b93c208d27f942b9a9eb649df1d5b2192
Feat(web): Use CheetahTemplate
m_librarian/web/app.py
m_librarian/web/server.py
m_librarian/web/views/Makefile [new file with mode: 0644]
m_librarian/web/views/__init__.py [new file with mode: 0644]
m_librarian/web/views/index.py [new file with mode: 0644]
m_librarian/web/views/index.tmpl [new file with mode: 0644]
m_librarian/web/views/layout.py [new file with mode: 0644]
m_librarian/web/views/layout.tmpl [new file with mode: 0644]
setup.cfg
setup.py