This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.conf import settings | |
from django.core.management.color import color_style | |
try: | |
from werkzeug.serving import WSGIRequestHandler | |
from werkzeug._internal import _log | |
_style = color_style() | |
def werk_log(self, type, message, *args): |