Merge pull request #18616 from saharm1/fix-activation-link

Add port to activation link to keep it from failing on devstack.
This commit is contained in:
Feanil Patel
2018-07-24 16:51:04 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -289,3 +289,4 @@ Rabia Iftikhar <rabiaiftikhar2392@gmail.com>
Matt Tuchfarber <mtuchfarber@edx.org>
Stuart Young <syoung@edx.org>
Michael Youngstrom <myoungstrom@edx.org>
Sahar Markovich <sahar.markovich@gmail.com>

View File

@@ -14,6 +14,7 @@ USER_TASKS_ARTIFACT_STORAGE = COURSE_IMPORT_EXPORT_STORAGE
DEBUG = True
USE_I18N = True
DEFAULT_TEMPLATE_ENGINE['OPTIONS']['debug'] = DEBUG
SITE_NAME = 'localhost:8001'
HTTPS = 'off'
################################ LOGGERS ######################################