nakagami / djfirebirdsql

Django Firebird database backend
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Error with django #3

Closed juanmoura closed 5 years ago

juanmoura commented 5 years ago

DATABASES = { 'default': { 'ENGINE': 'djfirebirdsql', 'NAME': 'C:/Users/JuanCarlos/PycharmProjects/FB_TEST/FB_TESTE/FB_TESTE/employee.fdb', 'HOST': 'localhost', 'USER': 'sysdba', 'PASSWORD': 'masterkey', } }

~/ $ python manage.py inspectdb

Try using 'django.db.backends.XXX', where XXX is one of: 'mysql', 'oracle', 'postgresql', 'sqlite3'

nakagami commented 5 years ago

Sorry, now release new version. And please use with Django 3.0a1

pip install django==3.0a1