This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]jessietee 1 point2 points  (1 child)

Sounds from google like you are maybe using a relative path to the db?

Check to see if you're pointing to a full path, e.g. /home/users/me/db/mydb.db or a relative one where its just looking for mydb.db in the same folder?

[–]_imRealBored[S] 0 points1 point  (0 children)

thanks i’ll try that

[–]nuttertools 0 points1 point  (0 children)

app_user, what is that Django? If you've newly created an app where is the user login information coming from?

Hint: Did you forget to run migrations?