def add_django_app(self, app_module): settings.INSTALLED_APPS.append(app_module) self.reinitialize_django_apps()