manage.py syncdb will fail silently when `DATABASE_NAME' is empty with sqlite3
When leaving 'DATABASE_NAME' empty in our default settings.py, running `python manage.py syncdb' will fail silently. Leaving the users with an impression of successful creation of databases.
example:
[self@web19 myproject]$ python manage.py syncdb
Creating table auth_message
Creating table auth_group
Creating table auth_user
Creating table auth_permission
Creating table django_content_type
Creating table django_session
Creating table django_site
Creating table polls_poll
Creating table polls_choice
Could someone confirm this behavior is also present in versions greater than 0.96?
Change History
(7)
Cc: |
philippe@… added; philippe@… removed
|
Summary: |
manage.py syncdb will fail silently when `DATABASE_NAME' is empty → manage.py syncdb will fail silently when `DATABASE_NAME' is empty with sqlite3
|
Triage Stage: |
Unreviewed → Accepted
|
Version: |
0.96 → SVN
|
Cc: |
floguy@… added
|
Has patch: |
set
|
Owner: |
changed from nobody to dkellerman
|
Owner: |
dkellerman removed
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
AFAIK it's still in trunk.