A Django podcast app optimized for Apple Podcasts
Project description
Django Apple Podcast
Django Apple Podcast is a Django podcast application optimized for the 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.
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.2.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4a03791e781625783dd5d3e31eaad00b1127c371ed1f84288cb758d5cf108d1 |
|
MD5 | ae80604c11d7aaaaf59c86d5b95cff8f |
|
BLAKE2b-256 | 4c1e834da1d3236e0319b4dac011d19a5d456c928b9d882ae52fa32c140b6c1c |
Close
Hashes for django_applepodcast-0.2.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd107e9ec638f3be485fa18df4e8e01590a0d6c86ce14bdf68aeb693eb6c12c3 |
|
MD5 | 28cc9f75b0a180d6965527473dff9169 |
|
BLAKE2b-256 | 1f20b035609fecbf977b2a9a569cd4e147195f912807af61dff24f40853cf5a5 |