I just want to add the subscription date in the User list in the Django CRUDÂ Administration site. How can I do that ?
Thank you for your help
|
I just want to add the subscription date in the User list in the Django CRUDÂ Administration site. How can I do that ? Thank you for your help |
|||
|
|
|
I finally did like this in my admin.py file :
|
|||||||
|
|
Assuming that your user class is
|
|||||||
|