I'm trying to add an add and edit link to my Django admin for the ForeignKey field category. I already have this on the schedule field, however this is handled by djcelery and i cannot figure out how they do this:
My categories field currently looks like this:
Both fields are simply added to the admin screen through a foreign key relation.
Is there any default settings for this in Django admin?