Closed
Bug 1202719
Opened 10 years ago
Closed 10 years ago
switch from django-appconf to something else
Categories
(Input Graveyard :: Code Quality, defect)
Input Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
(Whiteboard: p=1 s=input.2015q3)
Fjord uses django-appconf to deal with some of the 12-factor-app bits related to configuration.
django-appconf is no longer maintained:
https://github.com/jezdez-archive/django-appconf
We should switch to something else.
| Assignee | ||
Comment 1•10 years ago
|
||
This bug covers three things:
1. write out the requirements we have for a library that helps with configuration
2. choose a library to switch to
3. implement the necessary changes
I need to do the first one. Once I'm done with that, I can pass this off to someone else for the other two steps.
Whiteboard: p= s=input.2015q3
| Assignee | ||
Comment 2•10 years ago
|
||
I spent some time looking at this and it turns out we don't even use django-appconf. I'm not sure why it's in the repository.
Removed in PR: https://github.com/mozilla/fjord/pull/672
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Whiteboard: p= s=input.2015q3 → p=1 s=input.2015q3
| Assignee | ||
Comment 3•10 years ago
|
||
Landed in master: https://github.com/mozilla/fjord/commit/ce38113b1f588eb806eacca3d9bfaf3cb2cf0b7b
Given that it's not used anywhere, I'm going to close this out without deploying.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•