Start adding views
authorDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 26 Feb 2021 16:50:10 +0000 (11:50 -0500)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Fri, 26 Feb 2021 16:52:33 +0000 (11:52 -0500)
commit3b208d248d5fd0baf79d84fef493cf69db638f9c
tree21db63280a442bcc359b33a719f7b4a7070581f5
parentd9bdb8d9bde73286342596dfd25510e7ba20e540
Start adding views
core/urls.py
tickle/models.py
tickle/templates/tickle/area_detail.html [new file with mode: 0644]
tickle/templates/tickle/area_list.html [new file with mode: 0644]
tickle/templates/tickle/area_list_item.html [new file with mode: 0644]
tickle/urls.py [new file with mode: 0644]
tickle/views.py