new = SomeModel(blog = 1, user = 1, restaurant = 1, Comment = content, Date_create = datetime.date.today())
new.save()
Exception Value:
'Date_create' is an invalid keyword argument for this function
Exception Location: C:\Python26\lib\site-packages\django\db\models\base.py in __init__, line 323