mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Import the default settings relatively
This commit is contained in:
parent
0b10f198b6
commit
708585c5fd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from .api import api
|
||||||
from .utils import PrefixedWSGI
|
from .utils import PrefixedWSGI
|
||||||
from .utils import minimal_round
|
from .utils import minimal_round
|
||||||
|
|
||||||
import default_settings
|
from . import default_settings
|
||||||
|
|
||||||
app = Flask(__name__, instance_path='/etc/ihatemoney', instance_relative_config=True)
|
app = Flask(__name__, instance_path='/etc/ihatemoney', instance_relative_config=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue