areski / django-audiofield

Django-Audiofield is a simple app that allows Audio files upload, management and conversion to different audio format (mp3, wav & ogg), which also makes it easy to play audio files into your Django application.
Other
174 stars 51 forks source link

Manual of using django-audiofield #3

Closed Radzhab closed 12 years ago

Radzhab commented 12 years ago

I cannot find norm tutorial using this source with real django project

areski commented 12 years ago

You can find documentation here : http://django-audiofield.readthedocs.org/en/latest/ Newfies-Dialer is an example of project using it.

Radzhab commented 12 years ago

i download django-audiofield.http://django-audiofield.readthedocs.org/en/latest/ I install it. I go to admin. Add several mp3 files. How i use template ? I want view on my main page all mp3 files

url.py

... url(r'^$',viewallmp3)

views.py

def viewallmp3(): getallmp3 files