Started to use click as a cli

This commit is contained in:
fleaz 2020-03-17 00:12:44 +01:00
parent afbe8a96b1
commit 60cbf9da2e
12 changed files with 181 additions and 212 deletions

View file

@ -3,6 +3,9 @@
List of categories:
<ul>
% for c in categories:
<li><a href="/category/{{ c.name }}">{{ c.full_name() }}</a></li>
<li>
<a href="/category/{{ c.name }}">{{ c.full_name() }}</a>
<a class="text-red-600 ml-2" href="/category/{{ c.name }}/delete">❌</a>
</li>
% end
</ul>