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.
Release files for django-applepodcast 0.3.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-applepodcast-0.3.7.tar.gz | 1.2 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_applepodcast-0.3.7-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 2.1 MB
Release files / django-applepodcast-0.3.7.tar.gz
| Download URL | django-applepodcast-0.3.7.tar.gz |
|---|---|
| Size | 1.2 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
53e7ab2b740704bd0ba383681004856fe5c89ad904fa89ad77aa3422d97e2980
|
|
BLAKE2b-256 checksum How to use checksums |
9b3de263da23892bfb0d7f2668675f3e1ed26f5d0317c582513fb2a92a63e254
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_applepodcast-0.3.7-py2.py3-none-any.whl
| Download URL | django_applepodcast-0.3.7-py2.py3-none-any.whl |
|---|---|
| Size | 853.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
85f1ef88a1697f36f68be5fed6a6df9abdffab521d4457e6b10d165ecdcc2286
|
|
BLAKE2b-256 checksum How to use checksums |
57fadb923503545d3ed6f542a216e55fce153de5b1daa27b3c33148912dfc5f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |