Re: Discuss https://github.com/django/django/pull/11157

2019-07-19 Thread Carlton Gibson
It's not really a recent discussion. 🙂 The original mailing list thread here was from 2015: https://groups.google.com/d/topic/django-developers/kuGeu7ffJsc/discussion I based my comments on the PR on a review + Aymeric and Tom's previous reviews there, which were never acted on. I quoted Tom

Discuss https://github.com/django/django/pull/11157

2019-07-19 Thread Petr Glotov
Hi All, there is a PR where template streaming is introduced, and recently a discussion emerged on wether a *StreamingTemplateView* class belongs in Django. I know for sure I'd be glad to replace *TemlateView *based views in one of project I'm worki

select quantity for each items selected in many to many field

2019-07-19 Thread hunar techie
hi there i'm working on an restaurant ordering system , when someone order more than one product with different quantities for each product , be able to select its quantities it may order 3 Pizza with 2 sandwich , how to let the customer to define the quantities of each product , and then calculate

Re: Provide a simpler way to default runserver IP/port to 0.0.0.0:8000

2019-07-19 Thread Adam Johnson
Mario, It's not the best to re-open a 2.5 year old thread :) Better to start a new one, link to the old one, and state what you think is different. I believe your use case can be fit with a custom ruserver management command to override the original as Shai suggested: > from (...)runserver impor