In my new Django project, i am planning to use CSS Grid for template 
layout. To make site responsive without using bootstrap.

So here i want to know how can i block or force to upgrade those browser 
which doesn't support CSS grid ??


For testing purpose i tried this in *settings.py* but nothing works


DISALLOWED_USER_AGENTS = (re.compile(r'IE\s[0-9]+', re.IGNORECASE), )


is there any better way to do this ? where i can force user to upgrade 
their browser 


Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ff9aad10-52ad-43c3-b0ed-eb313fc20b28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to