Closed Radzhab closed 12 years ago
You can find documentation here : http://django-audiofield.readthedocs.org/en/latest/ Newfies-Dialer is an example of project using it.
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(r'^$',viewallmp3)
def viewallmp3(): getallmp3 files
I cannot find norm tutorial using this source with real django project