I have a model with a bunch of fields, and after deploying to production, the django admin shows no fields for that specific model, like at all.
I see the top title "Change MODELNAME", and the bottom toolbar with the save buttons. But when i click save, i get a validation error, but still no fields.
I get no errors, it's just not showing.
The issue occurred after changing something unrelated in the database, and minor changes in the code. But from what i can see, nothing related to the admin.
Also the most weird part, it works when running locally using a local database (using postgres in both production and dev env).
Django version 1.11.6
EDIT:
It seems a "warning" was logged, and i only get emails on errors.... Found this in the log file.
django.template: Exception raised while rendering {% include %} for template 'admin/change_form.html'