mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-05 17:44:31 +02:00
Use bootstrap-table for fancy ajax tables.
This commit is contained in:
@ -36,4 +36,4 @@ def setup_config(app):
|
||||
json.dump(config, handle, indent=4, sort_keys=True)
|
||||
print("Wrote new config")
|
||||
app.config['BASIC_AUTH_USERNAME'] = config['username']
|
||||
app.config['BASIC_AUTH_PASSWORD'] = config['password']
|
||||
app.config['BASIC_AUTH_PASSWORD'] = config['password']
|
Reference in New Issue
Block a user