ibmdb / python-ibmdb-django

IBM DB2 Driver for the Django application Framework
Apache License 2.0
29 stars 42 forks source link

Getting error while doing all the steps given in readme.md #56

Closed mudittripathi closed 3 years ago

mudittripathi commented 3 years ago

Error says

django.core.exceptions.ImproperlyConfigured: 'ibm_db_django' isn't an available database backend. Try using 'django.db.backends.XXX', where XXX is one of: 'mysql', 'oracle', 'postgresql', 'sqlite3'

franpss commented 3 years ago

Hi, were you able to solve this? I have the same problem and I haven't been able to solve it. Thanks

mudittripathi commented 3 years ago

Yes, I was able to solve this to some extent. Are you using django app to connect?

franpss commented 3 years ago

Yes, I made a new Django project exactly like the steps given on readme.md Thanks for your reply

reddibhatini commented 3 years ago

@mudittripathi Can you post your versions of

  1. Python (Python --version) 2.Django (Pip list)
  2. ibm-db-django (pip list)

I tried different version combos of python, Django, ibm-db-django but couldn't make django, db2 connection work.

praveen-db2 commented 3 years ago

@mudittripathi @franpss Are you still facing this issue? I had updated readme. Will be closing this issue, now, if you still persist issue, please feel free to re-open the issue.