forked from retoor/snek
Fixed..
This commit is contained in:
@@ -58,6 +58,8 @@ class Application(BaseApplication):
|
||||
self.jinja2_env.add_extension(EmojiExtension)
|
||||
|
||||
self.setup_router()
|
||||
self.db.query("PRAGMA journal_mode=WAL")
|
||||
self.db.query("PRAGMA syncnorm=off")
|
||||
self.cache = Cache(self)
|
||||
self.services = get_services(app=self)
|
||||
self.mappers = get_mappers(app=self)
|
||||
|
||||
Reference in New Issue
Block a user