Re: On django multi tenancy

2014-04-30 Thread Riccardo Magliocchetti
Hi Eduardo, [adding Stephen McDonald to CC] Il 29/04/2014 21:43, Eduardo Rivas ha scritto: Mezzanine, a Django based CMS, has true multi tenancy. I've used it and works great. However, it's clear it's not something that should be in Django's core, for the reasons other have stated. I'm just bri

Re: Support byte range requests in django.views.static.serve

2014-04-30 Thread prathamesh juvatkar
I am building a music player application with Django + nginx for which I need a backend which supports byte range requests. Django is authenticating the media file correctly but django dev server does not support range requests (206 partial response). Nginx directly serves byte range requests

Re: Support byte range requests in django.views.static.serve

2014-04-30 Thread phpdude
can you show the code example for your way #3? looks like you done this wrong. i build in past same thing with php (for nginx is not difference in backend when it return only header). --  phpdude From: juvatkar prathamesh prathamesh.juvat...@gmail.com Reply: django-developers@googlegroups.co

error in "makemessages" command on latest django version (1.8dev)

2014-04-30 Thread Fabio Caritas Barrionuevo da Luz
Hello sorry if this is not the correct place for these questions I was testing the latest version of Django[1] directly from Github and am having this problem. In this link you can see all the steps I did to get this error https://asciinema.org/a/9213 I try: python manage.py makemessages Resu

Re: error in "makemessages" command on latest django version (1.8dev)

2014-04-30 Thread Baptiste Mispelon
Hi, No need for apologies: your message is completely appropriate for this mailing list. I can reproduce the issue you're describing and it does look like a bug. It seems to have been introduced by this commit: https://github.com/django/django/commit/0707b824fe77e08ca8b75fcc3738ada694f2a3a6.