diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-06-10 14:51:13 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-07-16 09:26:28 -0400 |
commit | 4bd65f69c710268404e1b1fdaac68db069558584 (patch) | |
tree | e812e6473a2a5b8011e657a1c2f8b6701cc1ab43 /mediagoblin/app.py | |
parent | 8545dd50f0cd588d505c217d367450198199a2b0 (diff) | |
download | mediagoblin-4bd65f69c710268404e1b1fdaac68db069558584.tar.lz mediagoblin-4bd65f69c710268404e1b1fdaac68db069558584.tar.xz mediagoblin-4bd65f69c710268404e1b1fdaac68db069558584.zip |
Finish flatpagesplugin; add plugin docs
Diffstat (limited to 'mediagoblin/app.py')
-rw-r--r-- | mediagoblin/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py index 4870b89c..9ef23ce8 100644 --- a/mediagoblin/app.py +++ b/mediagoblin/app.py @@ -89,7 +89,7 @@ class MediaGoblinApp(object): self.public_store, self.queue_store = setup_storage() # set up routing - self.routing = routing.get_mapper() + self.routing = routing.get_mapper(PluginCache().get_routes()) # set up staticdirector tool self.staticdirector = get_staticdirector(app_config) |