On 2013-12-28, at 8:04 PM, Moltra <[email protected]> wrote:

> 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?

What is the error?

                    - Tom

> 
> 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.


-- 
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