PLEASE READ BEFORE SHARING

As the right of each sentient species to live in accordance with its normal cultural evolution is considered sacred, no Star Fleet personnel may interfere with the normal and healthy development of alien life and culture. Such interference includes introducing superior knowledge, strength, or technology to a world whose society is incapable of handling such advantages wisely. Star Fleet personnel may not violate this Prime Directive, even to save their lives and/or their ship, unless they are acting to right an earlier violation or an accidental contamination of said culture. This directive takes precedence over any and all other considerations, and carries with it the highest moral obligation.

Navigation

Skip to content
  • Home
  • About

Category Archives: sqlite

Post navigation

sqlite3.OperationalError: unable to open database file

Posted on May 23, 2010 by panduwana

Check your settings.py DATABASE_NAME, ensure that:
- The path is absolute path, don’t use ~ $HOME etc, and
- The path exists, and
- The database file exists (if it doesn’t, use manage.py syncdb), and
- Webserver has read and write access to the file, and
- Webserver has read and write access to the directory containing the file.

Anything else?

Posted in django, sqlite Leave a comment

Post navigation

Blog at WordPress.com. | Theme: Confit by Automattic.
Follow

Get every new post delivered to your Inbox.

Powered by WordPress.com