Skip to content

Instantly share code, notes, and snippets.

@renatooliveira
Last active December 21, 2015 10:09
Show Gist options
  • Select an option

  • Save renatooliveira/6290000 to your computer and use it in GitHub Desktop.

Select an option

Save renatooliveira/6290000 to your computer and use it in GitHub Desktop.
from django.views.generic.base import RedirectView
urlpatterns = patterns('',
url(r'^$', RedirectView.as_view(url='http://php.fejepe.org.br')),
#etc...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment