Working code, failing test
This commit is contained in:
parent
39243beff4
commit
f2fb55ea33
6 changed files with 89 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ def create_app(test_config=None):
|
|||
app.config.from_mapping(
|
||||
SECRET_KEY='dev',
|
||||
DATABASE=os.path.join(app.instance_path, 'flaskr.sqlite'),
|
||||
ALLOW_REGISTER=False,
|
||||
ALLOW_REGISTER=True,
|
||||
)
|
||||
|
||||
app.wsgi_app = ProxyFix(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue