]> git.0d.be Git - chloro.git/commit - chloro/phyll/urls.py
add basic views to create/edit/delete notes
authorFrédéric Péters <fpeters@0d.be>
Sun, 29 Dec 2019 14:51:28 +0000 (15:51 +0100)
committerFrédéric Péters <fpeters@0d.be>
Mon, 30 Dec 2019 08:35:50 +0000 (09:35 +0100)
commit09aaa15305cc1d5c2708ff0a9d70c52adbaf06ac
tree52e8bd78ce167763e1fa2ec898075302a751bf42
parentb72463af58122ee9d655a79c7fe2aa2d84649336
add basic views to create/edit/delete notes
13 files changed:
chloro/monkeypatch.py [new file with mode: 0644]
chloro/phyll/__init__.py
chloro/phyll/apps.py [new file with mode: 0644]
chloro/phyll/fields.py
chloro/phyll/models.py
chloro/phyll/templates/phyll/base.html
chloro/phyll/templates/phyll/note_confirm_delete.html [new file with mode: 0644]
chloro/phyll/templates/phyll/note_detail.html
chloro/phyll/templates/phyll/note_form.html [new file with mode: 0644]
chloro/phyll/urls.py
chloro/phyll/views.py
chloro/settings.py
setup.py