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
| |||
|
feedback
|
|
I finally did like this in my admin.py file :
| |||||||
feedback
|
|
Assuming that your user class is
| |||||||
feedback
|