Scrizatch that.

master
Nick Sergeant 2013-04-08 10:06:49 -04:00
parent 1bf1e259c3
commit 8ac70e5640
1 changed files with 0 additions and 1 deletions

View File

@ -2,5 +2,4 @@ from django.conf.urls import *
urlpatterns = patterns('',
url(r'^$', views.blog, name='blog'),
url(r'^login/$', lambda x: HttpResponseRedirect('https://snipt.net/login/')),
)