Skip to content

Instantly share code, notes, and snippets.

@0xPr0xy
Created September 23, 2011 14:17
Show Gist options
  • Save 0xPr0xy/1237460 to your computer and use it in GitHub Desktop.
Save 0xPr0xy/1237460 to your computer and use it in GitHub Desktop.
minidetector
from microdetector import detect_mobile
@detect_mobile
def my_mobile_view(request):
if request.mobile:
#do something with mobile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment