lemoncurry/lemoncurry
Danielle McLean d4c814c79a
Upgrade to Python 3.9
I also needed to patch my Jinja2 filters to not use a deprecated method
of declaring themselves, since the upgrade pulled in a newer minor
version of Jinja2.

The upgrade also tried to pull in Django 4, which many of the plugins
I'm using can't cope with yet, so it needed to be convinced not to do
that.
2022-04-29 14:54:49 +10:00
..
jinja2 Upgrade to Python 3.9 2022-04-29 14:54:49 +10:00
settings Fix dev settings to use .lo instead of .dev 2022-03-12 15:03:26 +11:00
static Make lots of improvements to the narrow-screen layout 2018-07-01 15:26:55 +10:00
templatetags Add mypy types for libraries that have them now 2022-02-22 12:35:38 +11: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
middleware.py Introduce a middleware that allows for HttpResponses to be thrown from inner utility functions, to avoid boilerplate in views 2018-07-03 09:41:00 +10:00
msgpack.py Add pickle support to the MSGPackModernSerializer - if a type can't be serialized to native MessagePack, then pickle it 2018-06-08 14:46:41 +10: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 Install mypy and make the minimum changes necessary for it to pass, albeit using --ignore-missing-imports 2018-05-29 09:37:28 +10:00
utils.py Make lots of improvements to the narrow-screen layout 2018-07-01 15:26:55 +10:00
wsgi.py Initial commit - result of django-admin project lemoncurry . with no customisation 2017-10-23 08:52:16 +11:00