mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
Add tests for mysql and postgresql
This commit is contained in:
@ -13,5 +13,5 @@ if 'test' in sys.argv:
|
||||
'ENGINE': 'django.db.backends.postgresql',
|
||||
'NAME': 'inventree_test_db',
|
||||
'USER': 'postgres',
|
||||
'PASSWORD': '',
|
||||
'PASSWORD': 'password',
|
||||
}
|
||||
|
Reference in New Issue
Block a user