Skip to content

Instantly share code, notes, and snippets.

@pmclanahan
Created September 28, 2012 22:17
Show Gist options
  • Save pmclanahan/3802350 to your computer and use it in GitHub Desktop.
Save pmclanahan/3802350 to your computer and use it in GitHub Desktop.
redirects.urls.py
from django.conf.urls.defaults import *
from util import redirect
urlpatterns = patterns('',
redirect(r'^b2g', 'firefoxos'),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment