You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
jinja2 Upgrade to Python 3.9 1 year ago
settings Fix dev settings to use .lo instead of .dev 1 year ago
static Make lots of improvements to the narrow-screen layout 5 years ago
templatetags Add mypy types for libraries that have them now 1 year ago
tests Refactor how the routing for different kinds of entry works - this will make implementing webmentions easier, hopefully? 5 years ago
__init__.py Initial commit - result of django-admin project lemoncurry . with no customisation 6 years ago
admin.py Force the Django admin to go through the normal lemonauth:login view rather than its own login 5 years ago
breadcrumbs.py Remove extraneous debugging print() 5 years ago
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: 5 years ago
middleware.py Introduce a middleware that allows for HttpResponses to be thrown from inner utility functions, to avoid boilerplate in views 5 years ago
msgpack.py Add pickle support to the MSGPackModernSerializer - if a type can't be serialized to native MessagePack, then pickle it 5 years ago
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 6 years ago
theme.py Update manifest.json with extra properties, set theme colour properly as a <meta> as well 6 years ago
urls.py Install mypy and make the minimum changes necessary for it to pass, albeit using --ignore-missing-imports 5 years ago
utils.py Make lots of improvements to the narrow-screen layout 5 years ago
wsgi.py Initial commit - result of django-admin project lemoncurry . with no customisation 6 years ago