lemoncurry/lemoncurry
Danielle McLean 78e6d76693
Force the Django admin to go through the normal lemonauth:login view rather than its own login
2018-04-25 14:49:02 +10:00
..
settings Clean up lemoncurry.settings.base in accordance with flake8 2018-04-24 13:05:25 +10:00
static Install the lovely Highlight.js for automatic syntax highlighting of code blocks 2018-03-21 16:35:50 +11:00
templates/lemoncurry Add a meta[name='generator'] tag to the layout 2018-04-21 14:03:09 +10:00
templatetags Use django-sites for the absolute_url template tag - this actually reduces the number of queries for whatever reason 2018-04-20 10:39:52 +10:00
tests Refactor how the routing for different kinds of entry works - this will make implementing webmentions easier, hopefully? 2018-03-08 13:49:02 +11:00
__init__.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00
admin.py Force the Django admin to go through the normal lemonauth:login view rather than its own login 2018-04-25 14:49:02 +10:00
breadcrumbs.py Remove extraneous debugging print() 2018-03-08 14:08:21 +11:00
debug.py Provide simple support for fetching entries in AMP format - can't handle images yet and needs some other tweaks, but works nicely so far c: 2018-01-13 14:49:38 +11:00
requests.py Start implementing reply context! It's ugly and doesn't actually link the original post yet but you *can* see the original post's author and content :3 2017-11-16 21:52:42 +11:00
theme.py Update manifest.json with extra properties, set theme colour properly as a <meta> as well 2017-10-28 15:05:54 +11:00
urls.py Force the Django admin to go through the normal lemonauth:login view rather than its own login 2018-04-25 14:49:02 +10:00
utils.py Remove django-shorturls with my own implementation, since it's incompatible with Django 2 and unmaintained 2018-03-21 21:50:40 +11:00
wsgi.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00