This repository has been archived on 2023-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
passerelle-atreal-openads/debian/50atreal_openads.py

6 lines
171 B
Python

if not 'atreal_openads' in INSTALLED_APPS:
INSTALLED_APPS += ('atreal_openads',)
TENANT_APPS += ('atreal_openads',)
PASSERELLE_APP_ATREAL_OPENADS_ENABLED = False