Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()' #2

Open
geweb7 opened this issue Apr 28, 2016 · 0 comments

Comments

@geweb7
Copy link

geweb7 commented Apr 28, 2016

ImproperlyConfigured at /kassa/order-check/

TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()'

Error is raised in this code:

/python2.7/site-packages/yandex_kassa/views.py in dispatch
@method_decorator(csrf_exempt)
def dispatch(self, _args, *_kwargs):
post_data = json.dumps(self.request.POST,
encoding='utf8', ensure_ascii=False)
msg = u'URL="%s" POST="%s"' % (self.request.path, post_data)
logger.debug(msg)
return super(BaseFormView, self).dispatch(_args, *_kwargs)

Django 1.7.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant