Coder Social home page Coder Social logo

swifilaboroka / django-podcasting Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rizumu/django-podcasting

1.0 0.0 0.0 309 KB

Audio podcasting functionality for Django sites.

Home Page: django-podcasting.rtfd.org

License: Other

Python 90.95% Makefile 0.19% HTML 8.86%

django-podcasting's Introduction

Django Podcasting

Django Podcasting is a reusable application which provides audio podcasting functionality for websites running on the Django Web framework.

docs build coverage requires

More documentation about the usage and installation of Django Podcasting can be found on django-podcasting.readthedocs.org.

The source code for Django Podcasting can be found and contributed to on github.com/rizumu/django-podcasting. There you can also file issues.

To find out what's new in this version of django-podcasting, please see the changelog

Quick Installation Guide

Please visit django-podcasting.readthedocs.org for the full installation guide including optional thumbnailing, tagging and twitter support.

  • Tested against Django 1.8 and greater.

  • Install Django Podcasting with your favorite Python package manager:

    pip install django-podcasting
    
  • Add "podcasting", "django.contrib.sites", and the optional apps of your choice to the INSTALLED_APPS setting in your settings.py:

    INSTALLED_APPS = (
        ...
        "django.contrib.admin",
        "django.contrib.sites",
        ...
        "podcasting",
        ...
    )
    
  • Include podcasting.urls and podcasting.urls_feeds in your urls definition:

    url(r"^podcasts/", include("podcasting.urls")),
    url(r"^feeds/podcasts/", include("podcasting.urls_feeds")),
    
  • To run the test suite:

    ./runtests.sh
    

django-podcasting's People

Contributors

a8 avatar batisteo avatar beigna avatar boatcoder avatar djangolackey avatar kike721 avatar rizumu avatar urtzai avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.