bfjberger / transcendence

ft_transcendence 42
2 stars 2 forks source link

Log out une fois qu'il y a 5+ minute d'activité #88

Open FXC-ai opened 1 month ago

Killian-Morin commented 1 month ago

The auto_now_add field inherit editable=False so it does not show in the admin panel. To show it, add readonly_fields in the admin.py of the model with the field to be shown (ex: readonly_fields = (’field_name’)) https://docs.djangoproject.com/en/5.0/ref/models/fields/#django.db.models.DateField.auto_now_add