Closed Bug 1129396 Opened 9 years ago Closed 9 years ago

Update settings/local.py in reps-dev.allizom.org

Categories

(Infrastructure & Operations Graveyard :: WebOps: Engagement, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: tasos, Assigned: cliang)

Details

(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/409] )

Could you please update the following line in the settings/local.py file for the dev instance (reps-dev.allizom.org):

"INSTALLED_APPS = base.INSTALLED_APPS + ['database_email_backend']" 

to:

"INSTALLED_APPS = list(base.INSTALLED_APPS) + ['database_email_backend']" 

and add the following line in the same file:

BROWSERID_AUDIENCES = ['https://reps-dev.allizom.org']

Thanks!
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/409]
Assignee: server-ops-webops → cliang
Changes made.  This produces an ISE.  Presumably, like the stage server, this will be fixed with a code push. =)
Looks like code got pushed.  reps-dev.allizom.org looks responsive again.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.