higher level
This commit is contained in:
Родитель
d09816f5ba
Коммит
fad7f85d9d
|
@ -71,7 +71,8 @@ class Marketplace(object):
|
|||
request.method = request.META['HTTP_X_HTTP_METHOD_OVERRIDE']
|
||||
|
||||
# Temp for bug 862600.
|
||||
log.debug('Content-Type: %s' % request.META.get('CONTENT_TYPE', '-'))
|
||||
print request.META.get('CONTENT_TYPE', '-')
|
||||
log.info('Content-Type: %s' % request.META.get('CONTENT_TYPE', '-'))
|
||||
try:
|
||||
return (super(Marketplace, self)
|
||||
.dispatch(request_type, request, **kwargs))
|
||||
|
|
Загрузка…
Ссылка в новой задаче