Skip to content
Snippets Groups Projects
Commit e564b923 authored by Johannes Raggam's avatar Johannes Raggam
Browse files

add nop url

parent ccc33b6e
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ admin.autodiscover()
urlpatterns = patterns('',
(r'^admin/', include(admin.site.urls)),
(r'^program/', include('program.urls')),
(r'^nop/', include('nop.urls')),
(r'^tinymce/', include('tinymce.urls')),
)
if settings.DEBUG:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment