wagtail-deprecated / wagtaildemo

Old example site implemented with Wagtail. Please see https://github.com/wagtail/bakerydemo for the current demo site
http://wagtail.io
BSD 3-Clause "New" or "Revised" License
285 stars 144 forks source link

SQLite instructions need improving #80

Closed chris-morgan closed 9 years ago

chris-morgan commented 9 years ago

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)”.

gasman commented 9 years ago

Thanks for pointing this out! Fixed in fb3f444a67a690d574687b2e71c29cb40cb64429.