Merge remote-tracking branch 'origin/logcabin'
Conflicts: application.py requirements.txt
This commit is contained in:
commit
cd1e1ec3b0
27 changed files with 233 additions and 203 deletions
|
@ -388,7 +388,7 @@ def populate_database():
|
|||
metadata={'token_code': 'somecode', 'repo': 'orgrepo'})
|
||||
|
||||
if __name__ == '__main__':
|
||||
logging.basicConfig(**app.config['LOGGING_CONFIG'])
|
||||
app.config['LOGGING_CONFIG']()
|
||||
initialize_database()
|
||||
|
||||
if app.config.get('POPULATE_DB_TEST_DATA', False):
|
||||
|
|
Reference in a new issue