Fixed many path-related issues, getting closing to getting the server to boot.
This commit is contained in:
parent
0c9bf08c5a
commit
33a42d06c5
15 changed files with 130 additions and 75 deletions
|
|
@ -20,9 +20,10 @@ from twisted.web.proxy import ReverseProxyResource
|
|||
from twisted.web.server import NOT_DONE_YET
|
||||
|
||||
from twisted.web.wsgi import WSGIResource
|
||||
from django.conf import settings
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
|
||||
from settings import UPSTREAM_IPS
|
||||
UPSTREAM_IPS = settings.UPSTREAM_IPS
|
||||
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue