This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/articles
2021-03-21 15:39:18 +01:00
..
migrations Fix tags should not be mandatory 2021-03-06 14:50:31 +01:00
static Display tags in live preview 2021-03-06 14:43:04 +01:00
templates Switch from django compressor to whitenoise 2021-03-21 15:30:16 +01:00
tests Fix tests 2021-03-21 15:39:18 +01:00
views Allow empty tags in live preview 2021-03-06 15:11:17 +01:00
__init__.py Initial commit 2020-08-14 14:53:30 +02:00
admin.py Prefetch tags in articles admin 2021-03-20 11:36:26 +01:00
apps.py Initial commit 2020-08-14 14:53:30 +02:00
context_processors.py Remove unnecessary query when not logged in 2021-03-20 11:26:44 +01:00
markdown.py Test markdown image lazy loading extensions 2020-12-03 21:50:53 +01:00
models.py Prefetch articles when loading related articles 2021-03-20 11:33:55 +01:00
urls.py Add feed for tags 2021-03-04 18:48:48 +01:00
utils.py Refactor articles model 2021-01-03 21:51:46 +01:00