All Questions
3 questions
2
votes
1
answer
38
views
Django/html mp3 autoplay
I've got django application, and one view, that checks some data, and passess "play" variable to the template. If play is true - short mp3 "bing" should be played, else, it is not ...
0
votes
0
answers
961
views
Forbidden (CSRF token missing or incorrect.): /audio
i have website with button to upload audio mp3 on a post. the problem, when i clicked the button, it's open new / (http://localhost:8000/audio) actually just http://localhost:8000. and when i see ...
0
votes
1
answer
1k
views
Django 1.7 - Any way to stream mp3 playlists?
I am using django 1.7.5 on python 2.7 and I was wondering if there was a solution for streaming mp3 files? Preferably a stream player with an html5 fallback for non-flash devices.
I'm asking because ...