from settings import * INSTALLED_APPS = list(INSTALLED_APPS) try: INSTALLED_APPS.remove('south') except Exception as e: pass