mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
- moved database
- added django db test
This commit is contained in:
parent
8e77410074
commit
f14ae18080
@ -10,4 +10,4 @@ before_script:
|
|||||||
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
- "pep8 --exclude=migrations --ignore=E402,W293,E501 InvenTree"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- python manage.py syncdb --noinput
|
@ -86,7 +86,7 @@ WSGI_APPLICATION = 'InvenTree.wsgi.application'
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.sqlite3',
|
'ENGINE': 'django.db.backends.sqlite3',
|
||||||
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
|
'NAME': os.path.join(BASE_DIR, 'inventree_db.sqlite3'),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user