Skip to content

Commit

Permalink
config: set external configuration via config.py
Browse files Browse the repository at this point in the history
- This approach has the advantange of being very simple
  and non-coupling. But it is new.
- Using ext.py could achieve the same thing, but it's more code
- closes inveniosoftware#36
  • Loading branch information
fenekku committed Dec 9, 2019
1 parent 232ed77 commit e815343
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

from invenio_rdm_records.config import *


def _(x):
"""Identity function used to trigger string extraction."""
return x
Expand Down

0 comments on commit e815343

Please sign in to comment.