Remove register URL | Closes #2
This commit is contained in:
parent
ed71714a79
commit
67953ac42e
6 changed files with 10 additions and 4 deletions
|
|
@ -8,6 +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,
|
||||
)
|
||||
|
||||
app.wsgi_app = ProxyFix(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue