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

Fixes #12 #14

Closed beldougie closed 10 years ago

beldougie commented 10 years ago

Imports were relative. This change fixes the issue.

areski commented 10 years ago

Thanks for the fix