Changeset - 576954d47c4c
[Not reviewed]
default
0 0 1
Branko Majic (branko) - 11 years ago 2013-02-26 19:57:53
branko@majic.rs
Added the app URLs file.
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conntrackt/urls.py
Show inline comments
 
new file 100644
 
from django.conf.urls import patterns, include, url
 

	
 
urlpatterns = patterns(
 
    'threadedcomments_zinnia.views',
 
)
 

	
0 comments (0 inline, 0 general)