You have the FilmAdmin class in the admin.py module:
class FilmAdmin(admin.ModelAdmin):
...Modify it to have read-only fields writer and director.
You have the FilmAdmin class in the admin.py module:
class FilmAdmin(admin.ModelAdmin):
...Modify it to have read-only fields writer and director.
Create a free account to access the full topic