gunicorn workaound

This commit is contained in:
j 2011-09-16 19:22:14 +02:00
parent e2a6c8a663
commit ef344bee26

View file

@ -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()