microsite_test.py 364 Bytes
Newer Older
1 2 3 4 5
"""
This is a localdev test for the Microsite processing pipeline
"""
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
6
# pylint: disable=wildcard-import, unused-wildcard-import
7 8 9 10 11

from .dev import *

MICROSITE_NAMES = ['openedx']
MICROSITE_CONFIGURATION = {}
12
FEATURES['USE_MICROSITES'] = True