summaryrefslogtreecommitdiff
path: root/helsinki.program/urls.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:36:39 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-03-26 19:36:39 (GMT)
commit1f384ccf609e4d8cea4ac15c789d044ab6fa86f7 (patch)
treecabede5815519adcce80cfa5aeee239873221b11 /helsinki.program/urls.py
parent5504c0d926aabb2017e547bfbfbcf986ce5ee037 (diff)
creating an egg pt2
Diffstat (limited to 'helsinki.program/urls.py')
-rw-r--r--helsinki.program/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helsinki.program/urls.py b/helsinki.program/urls.py
index db535ce..9de7b46 100644
--- a/helsinki.program/urls.py
+++ b/helsinki.program/urls.py
@@ -5,5 +5,5 @@ admin.autodiscover()
urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
- (r'^program/', include('helsinki.program.urls')),
+ (r'^program/', include('helsinki.program.urls_program')),
)