From 83eda81ebaab595c253b85179ac2c43694f10133 Mon Sep 17 00:00:00 2001 From: drnextgis Date: Tue, 24 Apr 2012 23:58:02 +0700 Subject: [PATCH] Add pyramid_fnstatic include --- pyramidapp/pyramidapp/jquery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyramidapp/pyramidapp/jquery.py b/pyramidapp/pyramidapp/jquery.py index 40c3bbe..8bf45be 100644 --- a/pyramidapp/pyramidapp/jquery.py +++ b/pyramidapp/pyramidapp/jquery.py @@ -17,6 +17,7 @@ def main(global_config, **settings): renderer='templates/mytemplate.pt') # pyramid_formalchemy's configuration + config.include('pyramid_fanstatic') config.include('pyramid_formalchemy') config.include('fa.jquery')