django-podcasting icon indicating copy to clipboard operation
django-podcasting copied to clipboard

Audio podcasting functionality for Django sites.

Results 10 django-podcasting issues
Sort by recently updated
recently updated
newest added

Removed hardcoding and added a categories model that will accept the category/subcategory for itunes. Modified the feed so the -itunes_category was created properly. Added an enclosure upload folder and path...

I fixed it manually, but could you please push the latest version so others can get it using "pip install django-podcasting"? Even the final version still has problem. "initial migration...

**"" needs to have a value for field "id" before this many-to-many relationship can be used.** ```python Internal Server Error: /admin/podcasting/episode/add/ Traceback (most recent call last): File "/opt/envs/laboren/lib64/python3.5/site-packages/django/core/handlers/exception.py", line 41,...

At the moment 'Music' is hard wired. Let try the solution of adding a category model, it can have a foreign key to itself to iteslf to implement the hierarchy....

feature

Verify that the templates and any styles are in a good state out of the box.

improvement