Hi, I think you are looking for: https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.exclude https://docs.djangoproject.com/en/3.1/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_exclude
You can use either of them as per your use case. I am not sure if the form will break, if it does you can always use simple CSS and set display: none to what you interested in hiding. Also, this question is more related to Django than OpenWISP, if possible consider using Stack Overflow or any similar platform for similar queries. Regards, Hardik Jain On Thursday, August 20, 2020 at 2:35:40 PM UTC+5:30 [email protected] wrote: > We want to use Openwisp in the internal network of a company. > > Can everything about organizations be removed from the frontend? If > possible, do not modify the models, simply hide all the fields to select > organization and that there is an organization in the database. > > Would it be possible to do it without having to overwrite all the > applications? > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/1bb3645b-c70d-4545-9b5c-19534073388bn%40googlegroups.com.
