A Django podcast app optimized for Apple Podcasts
Project description
Django Apple Podcast
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
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
Built Distribution
Close
Hashes for django-applepodcast-0.3.7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53e7ab2b740704bd0ba383681004856fe5c89ad904fa89ad77aa3422d97e2980 |
|
MD5 | db51ed685e7e58177cf13f884bb220d5 |
|
BLAKE2b-256 | 9b3de263da23892bfb0d7f2668675f3e1ed26f5d0317c582513fb2a92a63e254 |
Close
Hashes for django_applepodcast-0.3.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85f1ef88a1697f36f68be5fed6a6df9abdffab521d4457e6b10d165ecdcc2286 |
|
MD5 | ce781cb7484657423f29faae64aa300d |
|
BLAKE2b-256 | 57fadb923503545d3ed6f542a216e55fce153de5b1daa27b3c33148912dfc5f8 |