Re: new Feature: yay or neigh?

2018-04-07 Thread Jani Tiainen
Hi, If you want to prove your idea useful write a template tag and try ti get people to use it. la 7. huhtikuuta 2018 klo 10.04 Samuel Muiruri kirjoitti: > Hey guys, > Think this would be a neat feature to add to django. > > {% if request.connection %} > #if there's a connection to the inte

Re: new Feature: yay or neigh?

2018-04-07 Thread Julio Biason
sing webworkers. Get Outlook for iOS<https://aka.ms/o0ukef> From: django-users@googlegroups.com on behalf of Melvyn Sopacua Sent: Saturday, April 7, 2018 12:46:45 AM To: django-users@googlegroups.com Subject: Re: new Feature: yay or neigh? On zaterdag

Re: new Feature: yay or neigh?

2018-04-07 Thread Melvyn Sopacua
On zaterdag 7 april 2018 09:02:52 CEST Samuel Muiruri wrote: > Hey guys, > Think this would be a neat feature to add to django. > > {% if request.connection %} > #if there's a connection to the internet returns True, by default tries > to connect to google > {% else %} > #could for example

new Feature: yay or neigh?

2018-04-07 Thread Samuel Muiruri
Hey guys, Think this would be a neat feature to add to django. {% if request.connection %} #if there's a connection to the internet returns True, by default tries to connect to google {% else %} #could for example load local js/css files instead of from cdn {% endif %} primarily could be