brutaldon-interfaccia-web-m.../brutaldon
Jason McBrayer e63d6b86f5 Add connection pooling for Mastodon objects
brutaldon has really bad latency. Some part of it is reconnecting to the
mastodon server every request, even with a cached auth token. This commit
adds a singleton object that caches mastodon.Mastodon objects.
2018-06-05 08:08:12 -04:00
..
migrations Add multiuser support 2018-04-24 14:53:05 -04:00
static More padding for media 2018-06-03 16:47:46 -04:00
templates Remove paging placeholder from user timeline 2018-06-04 10:11:14 -04:00
templatetags Fix a bunch of mobile formatting issues 2018-05-23 08:27:45 -04:00
__init__.py Initial project setup 2018-01-05 21:06:07 -05:00
forms.py Allow deleting your own toots 2018-05-22 09:41:11 -04:00
models.py Add multiuser support 2018-04-24 14:53:05 -04:00
settings.py Mini-post form and default post privacy 2018-05-22 08:57:45 -04:00
urls.py Add about and privacy pages 2018-05-26 13:28:13 -04:00
views.py Add connection pooling for Mastodon objects 2018-06-05 08:08:12 -04:00
wsgi.py Initial project setup 2018-01-05 21:06:07 -05:00