The instructions in the README say SQLite3 is fine, just change ENGINE. But NAME is set to 'wagtaildemo', which will cause it to try to work with ./wagtaildemo as its database file, and that will be the app directory. The instructions should say something like “and add a .sqlite suffix to the NAME (to avoid a clash with the directory name)”.
The instructions in the README say SQLite3 is fine, just change ENGINE. But NAME is set to 'wagtaildemo', which will cause it to try to work with
./wagtaildemo
as its database file, and that will be the app directory. The instructions should say something like “and add a.sqlite
suffix to theNAME
(to avoid a clash with the directory name)”.