Re: Use CDN for djangoproject.com

2019-02-14 Thread Cheng C
Thanks for the test site, Tobias. Tested from Melbourne, Australia: https://docs.djangoproject.com/en/2.1/ Average Ping: 268ms Browser: 22 requests, 238KB transferred, Finish: 2.72s, DOMContentLoaded: 1.37s, Load: 1.68s https://docs.djangoproject.com.global.prod.fastly.net/en/2.1/ Average

Re: Use CDN for djangoproject.com

2019-02-14 Thread Tobias McNulty
Adam, is there another provider you would recommend instead, that does not require changing DNS providers? FWIW, python.org does in fact use Fastly: $ host www.python.org www.python.org is an alias for dualstack.python.map.fastly.net. dualstack.python.map.fastly.net has address 151.101.248.223

Re: Upload images in admin panel

2019-02-14 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 Thu, 14 Feb 2019 at 19:29, Surajeet Das wrote: > How do I upload images in the admin panel ?

Re: Automating the process of creating models from the data file provided

2019-02-14 Thread Abhilasha Jha
Hi Collin Thanks for the reply. I will see what I can do, and if this project is worth pursuing. Best regards Abhilasha -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and

Re: Automating the process of creating models from the data file provided

2019-02-14 Thread Abhilasha Jha
Hi Carlton, Thanks for the reply, saw it today. Will go through the links you have given. Best regards Abhilasha -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

Re: Google Summer of Code 2019

2019-02-14 Thread vineeth sagar
One good thing we can add is redis support for caching, it's good that there are libraries out there, it's about time redis is included, because it's well documented and does all the things memcached does and even more. Or maybe some async support. regards Vineeth On Thu, 14 Feb, 2019, 23:30

Re: Google Summer of Code 2019

2019-02-14 Thread kamalesh palanisamy
I have also been working on Django for two projects when will the applications be available Sir? On Thursday, February 14, 2019 at 6:32:17 PM UTC+5:30, Carlton Gibson wrote: > > Hi Shashank. > > "Sir"? That's my father, surely.  (Not "sir" ) > > We've applied as an Org. Haven't heard yet

Upload images in admin panel

2019-02-14 Thread Surajeet Das
How do I upload images in the admin panel ? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Google Summer of Code 2019

2019-02-14 Thread Shashank shet
That seems accurate. In your opinion, would it still be infeasible to provide support for one stack to begin with? For example: gunicorn + nginx? And that can ultimately lead to support for other configurations. On Thursday, February 14, 2019 at 11:25:57 PM UTC+5:30, Carlton Gibson wrote: > >

Re: Google Summer of Code 2019

2019-02-14 Thread Tom Forbes
Out of interest, do the projects for GSOC have to fall within the Django repository themselves? Could they be an associated project under the Django umbrella? I think something that helps with deployment in general could be interesting, but it definitely does not live inside Django core.

Re: Google Summer of Code 2019

2019-02-14 Thread Carlton Gibson
Hmmm. I think that would be out for scope for Django. More suited to tools such as Ansible (and similar). I don't think adding a one step deployment story would really be feasible within a GSoC project. (As you say, it's very complex.) On Thursday, 14 February 2019 18:46:52 UTC+1, Shashank

Re: Google Summer of Code 2019

2019-02-14 Thread Shashank shet
Thank you Carlton. I had in mind an idea for providing out-of-the-box webserver deployment capability. In the projects I've done, one of the most time consuming tasks for us was deployment on a server, mainly due to a lack of experience. That's why I figured that an automated system for

Re: Use CDN for djangoproject.com

2019-02-14 Thread Adam Johnson
I have not had great experience with Fastly in the past and would avoid them. They run an old fork of Varnish which is not fun to configure. On Thu, 14 Feb 2019 at 11:16, Josh Smeaton wrote: > Cloudflare have many SSL options, including fully encrypted and > authenticated comms all the way

Re: Use CDN for djangoproject.com

2019-02-14 Thread Tobias McNulty
Fastly could be a good fit. I've reached out to see if they'd be willing to provide a free account. If anyone on this list works at Fastly or knows someone who does, feel free to email/introduce me off list, too. Tobias On Thu, Feb 14, 2019, 5:58 AM Tom Forbes That makes sense, but in this case

Re: Google Summer of Code 2019

2019-02-14 Thread Carlton Gibson
Hi Shashank. "Sir"? That's my father, surely.  (Not "sir" ) We've applied as an Org. Haven't heard yet whether we'll be accepted. If so, proposals would be welcome. We'd then need to think about mentors. Good proposals will draw out people there. If we can get all that lined up then,

Re: Google Summer of Code 2019

2019-02-14 Thread Shashank shet
Hello Carlton sir, I have worked on Django as a part of a project and wished to ask if the organization is still accepting proposals for GSoC 2019. On Monday, February 4, 2019 at 8:25:42 PM UTC+5:30, Carlton Gibson wrote: > > And thank you Tim, yes, exactly what I need. > > To all: > > I will

Re: Use CDN for djangoproject.com

2019-02-14 Thread Josh Smeaton
Cloudflare have many SSL options, including fully encrypted and authenticated comms all the way through (terminate and reconnect). Typically done by having a “hidden” origin domain that also hosts a certificate. I’m unsure if it’s possible to have both origin and front hosting the same name so

Re: Use CDN for djangoproject.com

2019-02-14 Thread Tom Forbes
That makes sense, but in this case we are only talking about potentially yielding control of the docs subdomain which is not used to serve sensitive build artefacts? Another option is fastly.com, who support other large open source projects for free. They essentially give you geographically