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.
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.
Requires Django 1.4 or greater
Install Django Podcasting with your favorite Python package manager:
pip install django-podcasting
To install the in-development version of Django Podcasting:
pip install django-podcasting==dev
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")),
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-podcasting-0.9.10.tar.gz.
File metadata
- Download URL: django-podcasting-0.9.10.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bb4b8d926ef0ff119bfc8a201581cdfed0930d6ef094927621b7aca39657551
|
|
| MD5 |
621d0969d679d0cc19eb707e82723647
|
|
| BLAKE2b-256 |
18f0bb000fc0361756ea23cb185d9aee744f538e58ac592959cae571c8cb8ece
|