diff --git a/django/contrib/staticfiles/views.py b/django/contrib/staticfiles/views.py index 4264d9b42c..f5c42fedf8 100644 --- a/django/contrib/staticfiles/views.py +++ b/django/contrib/staticfiles/views.py @@ -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.