mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Add missing "traceback" import in djangoapp.py.
An except block in DjangoApplicationCommand was referencing traceback module, which has not been imported.
This commit is contained in:
parent
9be094f9b0
commit
995d060384
@ -5,6 +5,7 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
from django.core.handlers.wsgi import WSGIHandler
|
||||
from django.core.servers.basehttp import AdminMediaHandler, WSGIServerException
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user