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.
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
django-applepodcast-0.2.0.tar.gz
(916.3 kB
view hashes)
Built Distribution
Close
Hashes for django-applepodcast-0.2.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18d1f28fd856e09d0c63b5db5d92115865cfce95be12827f01a71197fa0fcbf7 |
|
MD5 | ab7330108a4614566c12c0924a44409e |
|
BLAKE2b-256 | a599f7e279ca261544b1ddaf53314c1e5f3512c963aedbcf625d8b4a9fccf41e |
Close
Hashes for django_applepodcast-0.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a535421423fce22ebc5ed15a5438c7102d6192dd84bef0c1c6f8bbdafd6f9fb5 |
|
MD5 | 64e193e942fd6481e834d6ca5c1e74fd |
|
BLAKE2b-256 | 8e84c8a681217f94492d66fff07b561205d9976533cf38ad7f8599fa91c8946d |