Fixed embarrassing typo in last commit.
This commit is contained in:
parent
67c39a64e0
commit
6bbf4e57c8
|
@ -17,7 +17,7 @@ from django.views import static
|
||||||
|
|
||||||
from django.contrib.staticfiles import finders
|
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
|
Serve static files below a given point in the directory structure or
|
||||||
from locations inferred from the staticfiles finders.
|
from locations inferred from the staticfiles finders.
|
||||||
|
|
Loading…
Reference in New Issue