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
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
2 matches
Mail list logo