Wednesday 15 January 2014

module - Does anyone know how to access the creation date of a user in Django's built in User library -


I want to be able to use that user's date of creation in Django's user module.

Is there a way to reach it or do I have to add it?

Use the attribute.

No comments:

Post a Comment