mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 07:04:45 -03:30
Fixed test database name in app setup template.
This commit is contained in:
@@ -56,11 +56,6 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
#if 'test' in sys.argv:
|
||||
# DATABASES['default'] = {
|
||||
# 'ENGINE': 'django.db.backends.sqlite3'
|
||||
# }
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/dev/topics/i18n/
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user