Add a complex db generator and create a more interesting repo.
This commit is contained in:
parent
3d89227752
commit
8b1c20f4ba
3 changed files with 88 additions and 0 deletions
|
@ -93,6 +93,7 @@ class DebugConfig(FlaskConfig, MailConfig, LocalStorage, SQLiteDB,
|
|||
'format': LOG_FORMAT
|
||||
}
|
||||
SEND_FILE_MAX_AGE_DEFAULT = 0
|
||||
POPULATE_DB_TEST_DATA = True
|
||||
|
||||
|
||||
class LocalHostedConfig(FlaskConfig, MailConfig, S3Storage, RDSMySQL,
|
||||
|
|
Reference in a new issue