Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / envs / lms / microsite / dev.py
Size: Mime:
# -*- coding: utf-8 -*-

from ..dev import *
from .common import *

MICROSITE_CONFIGURATION = get_microsite_configuration("localhost")

FEATURES['USE_MICROSITES'] = True

FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True

# There are 2 ways to customize Edx font-end: The "Stanford Theming" way and the Microsite way.
# Here we are using microsites, so we disable the "Custom Theme" feature.
THEME_NAME = ""
FEATURES['USE_CUSTOM_THEME'] = False
FEATURES['ENABLE_MKTG_SITE'] = False