Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
from django.conf.urls import url

from wagtail.documents.views import serve

urlpatterns = [
    url(r'^(\d+)/(.*)$', serve.serve, name='wagtaildocs_serve'),
    url(r'^authenticate_with_password/(\d+)/$', serve.authenticate_with_password,
        name='wagtaildocs_authenticate_with_password'),
]