What should i do to build a django app on any linux distro which one can use by one-click install

2019-04-30 Thread Meow
It seems appimage can do these, but i don’t know how to do it. Is there anyone can help me or give me some advices? Thank you. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group

Re: Proposal to format Django using black

2019-04-30 Thread 'Laurens A. Bosscher' via Django developers (Contributions to Django itself)
The Chrome team fixed this issue with git-hyper-blame: https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/git-hyper-blame.html That could be a solution that would work for Django. IDE support for git-hyper-blame is lacking (at the moment) but might improve in t

Re: What should i do to build a django app on any linux distro which one can use by one-click install

2019-04-30 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Tue, 30 Apr 2019 at 02:29, Meow wrote: > It seems appimage can do these, but i don’t know how

Re: Proposal to format Django using black

2019-04-30 Thread J. Pic
Also note that even for people that don't use an IDE, they might like when GitHub's blame feature work, so that would also be a pro for rewriting the git history rather than creating a new commit for the code rewrite. -- You received this message because you are subscribed to the Google Groups "

Re: Fellow Reports -- April 2019

2019-04-30 Thread Carlton Gibson
Hi all. Calendar Week 17 -- ending 28 April. Triaged: https://code.djangoproject.com/ticket/30395 -- Document ModelForm specifying field class corresponding to model fields with choices. (Accepted) https://code.djangoproject.com/ticket/30392 -- Onboarding new contibutors improvements (need

Re: Proposal to format Django using black

2019-04-30 Thread Christian González
Am 30.04.19 um 14:28 schrieb 'Laurens A. Bosscher' via Django developers (Contributions to Django itself): > The Chrome team fixed this issue with > git-hyper-blame:  > https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/git-hyper-blame.html > > > That could be a

Re: Proposal to format Django using black

2019-04-30 Thread Aymeric Augustin
So this thread just passed the 100 message mark... I wish we could redirect some of that energy to things that actually matter to end users... Anyway, I updated DEP 8 to account for all comments made so far. Thanks everyone who provided feedback! -- Aymeric. -- You received this message beca

Re: A different approach for the auto-reloader

2019-04-30 Thread Carlton Gibson
Hi Ramiro. I had a quick look at this — it looks great. (And various folks are having fun with Watchman, so if the promise delivers it'll be welcome.) Do you want to make an actual PR (perhaps with a ticket) so we can get a proper review going? Thanks for the input, as ever! 🙂 Kind Regards

Re: Proposal to format Django using black

2019-04-30 Thread jacob . rief
Well, this thread is a very good example of Parkinson's law of triviality . –– Jacob -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from th

Re: Deferring "Sign the CLA"

2019-04-30 Thread Tobias McNulty
I'd be happy to try setting something up, but a quick search didn't turn up any obvious choices. In the absence of information to the contrary, I'd hazard a guess that we still need the CLAs... Tobias On Sat, Apr 27, 2019, 1:26 PM Carlton Gibson wrote: > > On 27 Apr 2019, at 18:51, Florian Apo

Re: Proposal to format Django using black

2019-04-30 Thread Andrew Godwin
Hi all, As per the DEP process, I have merged DEP 8, Formatting Code With Black, into the DEP repo as a draft. This doesn't mean it's decided yet - any DEP that meets quality requirements gets merged as a draft - but it means that we're one step closer to doing so. What follows is further discuss

Re: A different approach for the auto-reloader

2019-04-30 Thread Andrew Godwin
>From my read this also looks like it would make the auto-reloader able to work a lot better with an async-capable server, so I would be in favour given that is likely in the future as well. Andrew On Tue, Apr 23, 2019 at 9:33 PM Ramiro Morales wrote: > Hi all, > > I had a stab at a somewhat si

Re: First ASGI pull request is ready for review

2019-04-30 Thread Andrew Godwin
So, it looks like most of the comments on this PR have happened and been resolved - unless anyone has any objections, I will merge it in after a couple more days (just in time for PyCon US). Andrew On Wed, Apr 24, 2019 at 1:50 PM Andrew Godwin wrote: > Hi everyone, > > Just wanted to drop a not

Re: First ASGI pull request is ready for review

2019-04-30 Thread Mariusz Felisiak
Thanks for this patch. Can you add a trac ticket? also Can you give me & Carlton few days for review? I should be able to do this somewhere in the next week. Are we going to create "Async" DEP? Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Djang

Re: First ASGI pull request is ready for review

2019-04-30 Thread Andrew Godwin
On Tue, Apr 30, 2019 at 11:34 PM Mariusz Felisiak < felisiak.mari...@gmail.com> wrote: > Thanks for this patch. Can you add a trac ticket? also Can you give me & > Carlton few days for review? I should be able to do this somewhere in the > next week. > I can indeed. I wasn't sure if you wanted to

Re: First ASGI pull request is ready for review

2019-04-30 Thread Carlton Gibson
Yes, I’ll review properly first half of next week. For the DEP, can you break out how and where people might input. There’s massive interest. 🙂 Great work as ever Andrew. Thank you so much! C. On Wed, 1 May 2019 at 08:46, Andrew Godwin wrote: > > > On Tue, Apr 30, 2019 at 11:34 PM Mariusz Fel