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

$ pipenv install django-applepodcast

Add to settings.py.

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

Add to urls.py.

from django.urls import include, path

urlpatterns = [
    # ...
    path('podcast/', include('podcast.urls')),
]

Migrate the database.

$ pipenv run python manage.py migrate

Load the fixtures.

$ pipenv run python manage.py loaddata podcast_category.json

Usage

Run the local server.

$ pipenv run python manage.py runserver

Visit either the show view or the admin.

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-applepodcast-0.3.7.tar.gz (1.2 MB view details)

Uploaded Source

Built Distribution

django_applepodcast-0.3.7-py2.py3-none-any.whl (853.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-applepodcast-0.3.7.tar.gz.

File metadata

File hashes

Hashes for django-applepodcast-0.3.7.tar.gz
Algorithm Hash digest
SHA256 53e7ab2b740704bd0ba383681004856fe5c89ad904fa89ad77aa3422d97e2980
MD5 db51ed685e7e58177cf13f884bb220d5
BLAKE2b-256 9b3de263da23892bfb0d7f2668675f3e1ed26f5d0317c582513fb2a92a63e254

See more details on using hashes here.

File details

Details for the file django_applepodcast-0.3.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_applepodcast-0.3.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 85f1ef88a1697f36f68be5fed6a6df9abdffab521d4457e6b10d165ecdcc2286
MD5 ce781cb7484657423f29faae64aa300d
BLAKE2b-256 57fadb923503545d3ed6f542a216e55fce153de5b1daa27b3c33148912dfc5f8

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