I have a problem with a fresh Django CMS instance that I recently installed. It comes with its own SQLite DB and the response to an HTTP GET request is no such table: cms_urlconfrevision. After the first time that I saw the problem I performed a DB migration and then used the sqlite3 CLI to verify that the table cms_urlconfrevision does indeed exist. I "reloaded" the site from the pythonanywhere Web app config tab. Is there some other way to "bounce" a Django CMS instance? Does anyone have any guesses as to what could be going on and how to fix it? If you want to see the error page just go to https://newamericanmodelbond.pythonanywhere.com/ where there is a lot of diagnostic information.