Package madrona :: Package help :: Module urls
[hide private]

Module urls

source code

Variables [hide private]
  urlpatterns = patterns('madrona.help.views', url(r'^$', 'help'...
Variables Details [hide private]

urlpatterns

Value:
patterns('madrona.help.views', url(r'^$', 'help', name= "help-main"),)