Add config snippet for new projects, to define static libcache

This commit is contained in:
Lance Edgar 2024-06-06 16:41:14 -05:00
parent 689e93ee74
commit f87b40a080

View file

@ -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')