i installed lava-server as described in steps 1 &2 I am having trouble executing step 3 i.e -> lava-server runserver
->last part of the error message
self.connection = Database.connect(**kwargs) sqlite3.OperationalError: unable to open database file
I have postgre sql installed. How to i change sqlite3 (default option) to postgresql
i tried changing the settings.py file like this --------------------------- DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', .........(rest of the options
-------------------------
Still i am getting the error.
1) Am i wrong somewhere. What should i do? 2) Since the database is not accessible http://localhost:8000/tokens , admin interface etc are showing error.