Manage StreamingHttpResponse on different thread.

2019-05-09 Thread BadStorm
Hi everybody. I have my django project (under uwsgi+nginx) that have a fronted site and some http apis. By the api I send some (big) files using StreamingHttpResponse. I noticed that when there is a download running, the frontend never response (nginx return 504). When download finish all run

Django Form Wizard - Something wrong?

2014-03-19 Thread BadStorm
Hi, I try to add a wizard in my project. I read the documentation at https://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-wizard/ and I followed step by step those instructions. The only thing i change is that I added a third step. The problem is: when I try to fill all the fields

Redirect Domain to specific Django App

2013-08-01 Thread BadStorm
Hi, I have a django project with 2 django app. My intent is to use the site framework to redirect one specific domain to one specific app. It is possible? Thanks Marco -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Add Language menu in Admin

2012-05-18 Thread BadStorm
Hi, I want to add a language value to my model, to permit to user the ability to add content in different languages that I configurated in the setting.py. If my model is defined like this: model.py class News(models.Model): content = models.TextField() language = ?? --- What

Re: Help - Which IDE is best to use.

2012-05-14 Thread BadStorm
I worked for month with aptana 3 on mac, but now i found pycharm (http://www.jetbrains.com/pycharm/), fast, configurable and powerful. Only one problem: it's not free!!! :) Il 14/05/12 17:56, Sanjay M ha scritto: I am new to Django, and I was confused in choosing a IDE between Eclipse and