A small django app to easily publish podcasts
Project description
django-podcast
A small django app to easily publish podcasts
Installation
- Add
podcast
to yourINSTALLED_APPS
insettings.py
INSTALLED_APPS = (
...
'podcast',
)
- Add these lines to your URL configuration,
urls.py
urlpatterns = (
(r'^podcasts/', include('podcast.urls')),
)
Relevant links
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
File details
Details for the file django-podcast-0.0.1.dev1.tar.gz
.
File metadata
- Download URL: django-podcast-0.0.1.dev1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6a52c9a73bef9ca3d67649d9c22f4dfd81e733d3954891cd3b5776b27811a3b |
|
MD5 | 5e57011455ba6381509a71ab37f72f0f |
|
BLAKE2b-256 | 435ce17fb5120dbf50dbc4fae1700abbd1d337acbb32f968f49902e611e44ffb |
File details
Details for the file django_podcast-0.0.1.dev1-py3-none-any.whl
.
File metadata
- Download URL: django_podcast-0.0.1.dev1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d01a89d9cd94f3037bb126da1afd88b94d8f2c10c81fbd500a24c03ef2e4f80 |
|
MD5 | 779d2b379cd600f2a058b1ef788cea50 |
|
BLAKE2b-256 | 7c2609d8ad1533b64b19630cdb8c90bdc746be92d88a6855c04d1ac86fe41f6d |