Closed
Bug 920067
Opened 12 years ago
Closed 11 years ago
Enable the database on bedrock
Categories
(www.mozilla.org :: Bedrock, defect, P1)
www.mozilla.org
Bedrock
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: pmac)
Details
Also install South for schema migrations and Waffle for feature flipping.
The Django admin will come later.
Comment 1•12 years ago
|
||
What kind of DB are we talking about?
| Assignee | ||
Comment 2•12 years ago
|
||
MySQL (likely actually mariadb). But you'd have to ask the DBAs for details.
Comment 3•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/9cc46b45a3d92f16e60aedbaf2355af73e78e03d
Bug 920067: Enable the database.
* Add sqlite config to base settings.
* Update tests to use Django's database aware TestCase.
* Install south.
* Install django-waffle.
* Update jenkins to use the database for CI.
Django admin will be enabled in a separate PR.
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•