forked from 0x2620/pandora
gunicorn workaound
This commit is contained in:
parent
e2a6c8a663
commit
ef344bee26
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ from ox.django.http import HttpFileResponse
|
|||
|
||||
from django.conf import settings
|
||||
|
||||
#gunicorn has issues with settings.CONFIG otherwise
|
||||
import app.models
|
||||
|
||||
# Uncomment the next two lines to enable the admin:
|
||||
from django.contrib import admin
|
||||
admin.autodiscover()
|
||||
|
|
Loading…
Reference in a new issue