Snippets

amon ho Django urls example

You are viewing an old version of this snippet. View the current version.
Revised by amon ho e663b23
urlpatterns = [ url(r'(?P<project>[^/]*)/(?P<path>.*)$', handler) ]
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.