Add config snippet for new projects, to define static libcache
This commit is contained in:
parent
689e93ee74
commit
f87b40a080
|
@ -25,3 +25,6 @@ class ${studly_prefix}Config(ConfigExtension):
|
|||
|
||||
# custom menu for web app
|
||||
#config.setdefault('tailbone.menus', 'handler', '${pkg_name}.web.menus:${studly_prefix}MenuHandler')
|
||||
|
||||
# web app libcache
|
||||
#config.setdefault('tailbone.static_libcache.module', '${pkg_name}.web.static')
|
||||
|
|
Loading…
Reference in a new issue