In my Django website, I\'m creating a class that interact dynamically with other applications installed in the website. I have to do a manipulation on each field of each app
The list of installed applications is defined in settings.INSTALLED_APPS. It contains a tuple of strings, so you can iterate on it to access each application's name.
However, I'm not sure what you mean by each application's attributes and fields.