lemoncurry/entries
Danielle McLean 3f4c5bbc11
Replace use of abandoned rev="canonical" with rel="shortlink"
2017-10-30 10:03:08 +11:00
..
migrations Basic support for entries of 'photo' kind 2017-10-27 16:04:05 +11:00
static/entries/css Keep images in entry content inside the card, oops 2017-10-29 19:39:31 +11:00
templates/entries Replace use of abandoned rev="canonical" with rel="shortlink" 2017-10-30 10:03:08 +11:00
__init__.py Very, very rudimentary support for making h-entries: they don't look so good and don't appear on the homepage yet but it's a good start 2017-10-25 12:01:52 +11:00
admin.py Make some little quality-of-life improvements to the Django admin for my models 2017-10-29 22:44:11 +11:00
apps.py Very, very rudimentary support for making h-entries: they don't look so good and don't appear on the homepage yet but it's a good start 2017-10-25 12:01:52 +11:00
kinds.py Simplify entry routing by using one route with an optional slug for permalinks, rather than a route with a slug and a route without 2017-10-28 14:01:31 +11:00
models.py Simplify entry routing by using one route with an optional slug for permalinks, rather than a route with a slug and a route without 2017-10-28 14:01:31 +11:00
sitemaps.py Add posted entries to the sitemap 2017-10-26 08:46:48 +11:00
urls.py Simplify entry routing by using one route with an optional slug for permalinks, rather than a route with a slug and a route without 2017-10-28 14:01:31 +11:00
views.py Install django-annoying, which provides some nice shortcuts for common operations 2017-10-29 12:41:33 +11:00