Skip to main content

Audio podcasting functionality for django sites.

Project description

Django Podcasting

Django Podcasting is a reusable application which provides audio podcasting functionality for websites running on the Django Web framework.

docs build coverage requires

More documentation about the usage and installation of Django Podcasting can be found on django-podcasting.readthedocs.org.

The source code for Django Podcasting can be found and contributed to on github.com/rizumu/django-podcasting. There you can also file issues.

To find out what’s new in this version of django-podcasting, please see the changelog

Quick Installation Guide

Please visit django-podcasting.readthedocs.org for the full installation guide including optional thumbnailing, tagging and twitter support.

  • Tested against Django 1.8 and greater.

  • Install Django Podcasting with your favorite Python package manager:

    pip install django-podcasting
  • Add "podcasting", "django.contrib.sites", and the optional apps of your choice to the INSTALLED_APPS setting in your settings.py:

    INSTALLED_APPS = (
        ...
        "django.contrib.admin",
        "django.contrib.sites",
        ...
        "podcasting",
        ...
    )
  • Include podcasting.urls and podcasting.urls_feeds in your urls definition:

    url(r"^podcasts/", include("podcasting.urls")),
    url(r"^feeds/podcasts/", include("podcasting.urls_feeds")),
  • To run the test suite:

    ./runtests.sh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-podcasting-1.3.3.tar.gz (27.3 kB view details)

Uploaded Source

File details

Details for the file django-podcasting-1.3.3.tar.gz.

File metadata

  • Download URL: django-podcasting-1.3.3.tar.gz
  • Upload date:
  • Size: 27.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for django-podcasting-1.3.3.tar.gz
Algorithm Hash digest
SHA256 48b5f4000001d58813f8df1b8c690e35d60c0f50726435ff5655b73bf75ac036
MD5 4b29e37a251d25c694e2128fec327281
BLAKE2b-256 d6d7a53e8bd9bf099a49b691055c6cc09107ac69546df2b8791948c7e1aa8d0c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page