david / biologeek (http://biologeek.com/)

Source code of biologeek.com weblog under WTFPL.

Clone this repository (size: 252.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/biologeek

Changed (Δ96 bytes):

raw changeset »

biologeek/urls.py (3 lines added, 0 lines removed)

Up to file-list biologeek/urls.py:

@@ -154,6 +154,9 @@ urlpatterns = patterns('',
154
154
    url(r'^500/$', 'django.views.generic.simple.direct_to_template', {'template': '500.html'}),
155
155
    url(r'^404/$', 'django.views.generic.simple.direct_to_template', {'template': '404.html'}),
156
156
157
    ## Weird referer from facebook?!
158
    url(r'^fr/$',   lambda _: HttpResponseRedirect('/')),
159
157
160
    ## Tags (warning, order is really important! Put tags at the very end.)
158
161
    # Tags
159
162
    url(r'^%(tags_re)s/$' % locals(),                   view_tag, name="tag"),