pyramid_fanstatic提供了一個金字塔吐溫Fanstatic和金字塔支架。
腳手架
只要運行:
  pcreate -s啟動-s pyramid_fanstatic的myproject
或:
  pcreate -s pyramid_fanstatic myexistingproject
如果你想pyramid_fanstatic添加到現有的項目。
然後讀README_FANSTATIC.txt
Fanstatic庫定義加到resources.py。資源均位於資源/目錄。
吐溫的使用
您可以使用所有fanstatic選擇您的.ini。你只需要與fanstatic前綴選項:
[應用程序:主]
...
fanstatic.publisher_signature = fanstatic
你應該至少添加這兩個選項:
fanstatic.bottom =真
fanstatic.debug =真#在development.ini
那麼包括pyramid_fanstatic在__init__.py:
config.include('pyramid_fanstatic')
要求:
- 在Python中
- 在Fanstatic
評論沒有發現