Login for blog urls.

master
Nick Sergeant 2013-04-08 10:04:59 -04:00
parent 37ae0fd2cc
commit 1bf1e259c3
1 changed files with 1 additions and 0 deletions

View File

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