Add initial support for WooCommerce integration
This commit is contained in:
parent
05ac07d2e6
commit
25bf17715c
9 changed files with 70 additions and 3 deletions
|
@ -16,6 +16,7 @@ def main(global_config, **settings):
|
|||
# prefer demo templates over tailbone
|
||||
settings.setdefault('mako.directories', ['rattail_demo.web:templates',
|
||||
'tailbone_corepos:templates',
|
||||
'tailbone_woocommerce:templates',
|
||||
'tailbone:templates',])
|
||||
|
||||
# for graceful handling of postgres restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue