Re: HttpResponse Video

2013-08-06 Thread Lukas Nemec
Well, this may not be the best idea On a production server, you'd make it differently Sure, you could do it this way, but Django should serve dynamic context, so unless you are rendering images on your machine, you should use Nginx, or apache to serve your images, aka. staticfiles/media you'd

HttpResponse Video

2013-08-06 Thread Hélio Miranda
Hi I have a doubt, to show a picture do this: *return HttpResponse (photo, content_type = 'image / jpeg')* And if I show you a video as you want to do? Someone can help me? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi