ephes/django-cast

Django and Wagtail based blogging / podcasting app

audio
django
podcast
podcasting
python
video
wagtail

Django Cast

name name name name name name Published on Django Packages

A blogging/podcasting package based on Django and Wagtail.

Documentation: django-cast.readthedocs.io

Getting Started

Key Features

  • Responsive images
  • Wagtail as CMS makes it possible for non-technical people to manage the content (blog posts, podcast episodes, ...)
  • Podcast support: this package powers python-podcast.de since 2018 using the Podlove Web Player
  • Video support - not as sophisticated as image / audio support, but it works 🤗
  • Comments via django-contrib-comments with a built-in moderating spam filter
  • Code blocks for the Wagtail page editor
  • Use Twitter Player Card for links to podcast episode detail pages
  • Tags and categories for posts which are then included in the faceted navigation UI (beta feature)
  • Frontend themes to customize the look and feel of your site

Deployment

See the deployment documentation.

Upgrade note (0.2.57)

Repository alias names were removed in a breaking cleanup. Use canonical names only.

  • QuerysetData -> PostQuerySnapshot
  • PostDetailRepository -> PostDetailContext
  • BlogIndexRepository -> BlogIndexContext
  • FeedRepository -> FeedContext
  • EpisodeFeedRepository -> EpisodeFeedContext
  • audio_to_dict -> serialize_audio
  • video_to_dict -> serialize_video
  • image_to_dict -> serialize_image
  • blog_to_dict -> serialize_blog
  • blog_from_data -> deserialize_blog
  • post_to_dict -> serialize_post
  • episode_to_dict -> serialize_episode
  • transcript_to_dict -> serialize_transcript

Backlog

Planned work is tracked in BACKLOG.md, which is the canonical place for planned work, research notes, and future cleanup ideas.

Contributing

If you'd like to contribute, please read our contributing docs.

Stars
50
100.00% more than last month
Forks
7
Open Issues
14