#5552: manage.py syncdb will fail silently when `DATABASE_NAME' is empty
--------------------------------------+-------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: Database wrapper
Version: 0.96 | Keywords: syncdb DATABASE_NAME
Stage: Unreviewed | Has_patch: 0
--------------------------------------+-------------------------------------
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:
{{{
[EMAIL PROTECTED] 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?
--
Ticket URL: <http://code.djangoproject.com/ticket/5552>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---