Skip to content
Discussion options

You must be logged in to vote

ok, then try this:

  1. check if database file exists and is writable:
ls -la db.sqlite3
  1. ensure proper permissions:
chmod 664 db.sqlite3
chmod 775 .  # dir permissions

Important

3. run migrations IN SYNC | Step by Step

python manage.py migrate --run-syncdb

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@unhinged-teletubby
Comment options

@jafarbekyusupov
Comment options

Answer selected by unhinged-teletubby
@unhinged-teletubby
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants