Skip to main content

A Django podcast app optimized for Apple Podcasts

Project description

https://django-applepodcast.readthedocs.io/en/latest/_images/logo.svg?

Django Apple Podcast

PyPI version Build status

Django Apple Podcast is a Django podcast application optimized for Apple Podcasts. Formerly Django iTunes Podcast.

An online demo also exists.

Install

$ pip install django-applepodcast

Add to settings.py.

INSTALLED_APPS = [
    # ...
    'podcast',
]

Add to urls.py.

from django.conf.urls import url, include

urlpatterns = [
    # ...
    url(r'^podcast/', include('podcast.urls')),
]

Migrate the database.

$ python manage.py migrate

Load the fixtures.

$ python manage.py loaddata podcast_category.json

Usage

Run the local server.

$ python manage.py runserver

Visit either the show view or the admin.

Download files

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

Source Distribution

django-applepodcast-0.3.4.tar.gz (5.9 MB view hashes)

Uploaded Source

Built Distribution

django_applepodcast-0.3.4-py2.py3-none-any.whl (848.7 kB view hashes)

Uploaded Python 2 Python 3

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