You have the FilmAdmin class in the admin.py module:
class FilmAdmin(admin.ModelAdmin):
...Change it to have only one custom field: creation_year.
The return value should be the year attribute of an object.
You have the FilmAdmin class in the admin.py module:
class FilmAdmin(admin.ModelAdmin):
...Change it to have only one custom field: creation_year.
The return value should be the year attribute of an object.
Create a free account to access the full topic