Kaydet (Commit) 6bbf4e57 authored tarafından Jannis Leidel's avatar Jannis Leidel

Fixed embarrassing typo in last commit.

üst 67c39a64
......@@ -17,7 +17,7 @@ from django.views import static
from django.contrib.staticfiles import finders
def serve(request, path insecure=False, **kwargs):
def serve(request, path, insecure=False, **kwargs):
"""
Serve static files below a given point in the directory structure or
from locations inferred from the staticfiles finders.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment