lemoncurry/entries
Danielle McLean 67308911fb
Apply a bit of margin between the h-entry footer fields
2017-10-27 08:55:51 +11:00
..
migrations Make a few database performance optimisations 2017-10-27 08:52:26 +11:00
static/entries/css Apply a bit of margin between the h-entry footer fields 2017-10-27 08:55:51 +11:00
templates/entries Switch from django-markdown-deux to a pipeline thru markdown for rendering + bleach for sanitising 2017-10-26 14:40:29 +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 Basic support for tracking entry syndication 2017-10-25 13:45:33 +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 Make entry kinds a teeny bit easier to manage by moving some of the smarts into the actual kinds.Entry class 2017-10-26 09:01:36 +11:00
models.py Make a few database performance optimisations 2017-10-27 08:52:26 +11:00
sitemaps.py Add posted entries to the sitemap 2017-10-26 08:46:48 +11:00
urls.py Make entry kinds a teeny bit easier to manage by moving some of the smarts into the actual kinds.Entry class 2017-10-26 09:01:36 +11:00
views.py Add basic django-meta support to entries too 2017-10-25 14:04:22 +11:00