We don't want to connect with sqlite db. How can we change the makefile to connect with our postgres engine
Currently I am getting this issue while running make initdb
django.db.utils.OperationalError: FATAL: database "/home/mirraw/djaoapp/sass/var/db/cowork.sqlite" does not exist
We don't want to connect with sqlite db. How can we change the makefile to connect with our postgres engine
Currently I am getting this issue while running make initdb
django.db.utils.OperationalError: FATAL: database "/home/mirraw/djaoapp/sass/var/db/cowork.sqlite" does not exist