comparison gpp/core/urls.py @ 142:f6904149a233

Forgot to add this file in r137.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Dec 2009 21:25:00 +0000
parents
children ab7830b067b3
comparison
equal deleted inserted replaced
141:861f7d5f1b23 142:f6904149a233
1 """
2 Urls for the core application.
3 """
4 from django.conf.urls.defaults import *
5
6 urlpatterns = patterns('core.views',
7 url(r'^markdown_help/$', 'markdown_help', name='core-markdown_help'),
8 )