Closed
Bug 1009479
Opened 11 years ago
Closed 11 years ago
[ReMo] Update settings/local.py on stage and dev
Categories
(Infrastructure & Operations Graveyard :: WebOps: Engagement, task)
Infrastructure & Operations Graveyard
WebOps: Engagement
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: giorgos, Assigned: cturra)
References
Details
Please add the following two lines in remo/settings/local.py:
INSTALLED_APPS = base.INSTALLED_APPS + ['database_email_backend']
EMAIL_BACKEND = 'database_email_backend.backend.DatabaseEmailBackend'
on
- dev (reps-dev.allizom.org)
- stage (reps.allizom.org)
and run
./manage.py syncdb --migrate
right after the addition.
Thanks!
Assignee | ||
Comment 1•11 years ago
|
||
as requested, this setting has been applied and the `manage.py` command run on both dev and stage.
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•