

pip install CUBRID-PythonDATABASES = { 'default': { 'ENGINE': 'django_cubrid', # The backend name: django_cubrid 'NAME': 'demodb', # CUBRID database name: eg. demodb 'USER': 'public', # a database user: eg. public 'PASSWORD': '', # a database user password: eg. an empty password 'HOST': '', # Set to empty string for localhost. 'PORT': '33000', # Set to empty string for default 33000. }}| Django App | Success | Failed | Failed cases |
|---|---|---|---|
| django.contrib.contenttypes | 8 | 0 | |
| django.contrib.sessions | 197 | 0 | |
| django.contrib.sites | 3 | 1 | test_save_another (django.contrib.sites.tests.SitesFrameworkTests) |
| django.contrib.auth | 133 | 5 | test_bug_5605 (django.contrib.auth.tests.forms.PasswordResetFormTest) test_cleaned_data (django.contrib.auth.tests.forms.PasswordResetFormTest) test_inactive_user (django.contrib.auth.tests.forms.PasswordResetFormTest) test_unusable_password (django.contrib.auth.tests.forms.PasswordResetFormTest) test_success (django.contrib.auth.tests.forms.UserCreationFormTest) |
- 릴리스노트: http://www.cubrid.org/wiki_apis/entry/cubrid-python-driver-release-notes