django-cast
django-cast copied to clipboard
Django and Wagtail based blogging / podcasting app
Posting to the facet counts endpoint leads to an internal server error: ```python self.validate_constraints(exclude=exclude) except ValidationError as e: errors = e.update_error_dict(errors) if errors: raise ValidationError(errors) def clean_fields(self, exclude=None): """ Clean...
Atm there's only title / description. - Find out if the subtitle is maybe usable in normal blog feeds - Replace the current use of description as subtitle for the...
It should be possible to set a cover image for a post. This can be used in: - social media postings (twitter player card etc) maybe fix #130 while at...
From sentry: ``` self.related_val = self.source_field.get_foreign_related_value(instance) if None in self.related_val: raise ValueError( '"%r" needs to have a value for field "%s" before ' "this many-to-many relationship can be used." %...
The [w3c-validator](https://validator.w3.org/) throws a lot of errors for bootstrap4 atm.
Setting `comments_are_enabled` to `True` on causes database queries. Splitting this out, because it's probably not that easy to fix.
Sharing [this episode](https://python-podcast.de/show/freelancing/) looks good, while the player card for python podcast looks bad. Find out why.
Issue created after reading [ARCHITECTURE.md](https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html).
The goal is to make it possible to backup a blog/podcast/site just by pointing a script to the root api url which would then just fetch all pages and recreate...