1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-28 02:32:25 +02:00

Improve Django-admin interface, inlines and filters

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-02-23 21:43:44 +01:00
parent cae1c6fdb8
commit de504398d2
6 changed files with 372 additions and 185 deletions

View File

@ -89,6 +89,7 @@ class Draw(models.Model):
return 'WAITING_DRAW_PROBLEM'
else:
return 'WAITING_CHOOSE_PROBLEM'
get_state.short_description = _('State')
@property
def information(self):