Changes between Initial Version and Version 1 of Ticket #24332
- Timestamp:
- Feb 12, 2015, 9:10:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24332 – Description
initial v1 1 2 {{{ 3 4 }}} 1 5 On Django 1.7.4 the management command `migrate --database=xxx` fails when `DATABASES['default'] = {}` with `django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.`. 2 6 On Django 1.7.3 it works fine.