Commit f3e7e6d4 authored by Diederik van der Boor's avatar Diederik van der Boor
Browse files

Fixed DjangoServer serve invocation

parent d1cadea4
...@@ -17,7 +17,7 @@ def get_server_class(path): ...@@ -17,7 +17,7 @@ def get_server_class(path):
if '.' in path: if '.' in path:
return import_symbol(path) return import_symbol(path)
elif path == 'django': elif path == 'django':
return DjangoServer() return DjangoServer
elif path == 'apache': elif path == 'apache':
return ApacheXSendfileServer return ApacheXSendfileServer
elif path == 'nginx': elif path == 'nginx':
......
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