i try connect to mongodb with djongo
after reading githup page of djongo and this
find same question here but no answer as well
change setting.py
like this
DATABASES = {
'default': {
'ENGINE': 'djongo',
'NAME': 'namename',
}
}
after run python manage.py makemigrate
i get this error:
djongo' isn't an available database backend try using "django.db.backend.XXX" where XXX is one of : "mysql" , "oracle" , "postgresql" , "sqlite3"
mongodb version = 3.4
python version = 3.6.3
djogo == 1.2.38
You should downgrade Django version to 2.2.8 and reinstall the project.