I have added the below to my custom app

created_on = models.DateTimeField(null=True, editable=False)
> updated_on = models.DateTimeField(null=True, editable=False)


I want to add, but what get error when I try and make the database changes. 
 What do I need to import?

created_by = models.ForeignKey(auth_user.id,null=true)
> modified_by = models.ForeignKey(auth_user.id,null=true)

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to