测试gitnore
This commit is contained in:
@@ -24,7 +24,5 @@ def static(prefix, view=serve, **kwargs):
|
||||
# No-op if not in debug mode or a non-local prefix.
|
||||
return []
|
||||
return [
|
||||
re_path(
|
||||
r"^%s(?P<path>.*)$" % re.escape(prefix.lstrip("/")), view, kwargs=kwargs
|
||||
),
|
||||
re_path(r'^%s(?P<path>.*)$' % re.escape(prefix.lstrip('/')), view, kwargs=kwargs),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user