mini_wiki package¶
Submodules¶
mini_wiki.errors module¶
mini_wiki.models module¶
Module contents¶
-
mini_wiki.create_app(conf)[source]¶ A factory function for creating Flask apps given a configuration dictionary.
The factory will initialise all Flask plugins, as well as change the template directory and load all blueprints.
The factory function also sets up logging and adds the wiki variable to the template globals.