Re: AttributeError | 'Template' object has no attribute 'render'

2014-11-08 Thread Nakaya Mitsuo
It resolved. I used "Template" in Database. It was the cause. It was a simple mistake. Thank you. 2014年11月5日水曜日 11時25分27秒 UTC+9 Nakaya Mitsuo: > > I got AttributeError. > Exception Value: 'Template' object has no attribute 'render' > > How can

AttributeError | 'Template' object has no attribute 'render'

2014-11-04 Thread Nakaya Mitsuo
I got AttributeError. Exception Value: 'Template' object has no attribute 'render' How can I fix it? Please help me. --- CODE -- from django.shortcuts import render from django.template import Context, Template class US_AccountManager(models.Manager): def update_account(self, auth_us