feat: add new 'waterpark' theme, based on wuttaweb w/ vue2 + buefy
hoping to eventually replace the 'default' view with this one, if all goes well. definitely needs more testing and is not exposed as an option yet, unless configured
This commit is contained in:
parent
1ec1eba496
commit
59bd58aca7
23 changed files with 937 additions and 44 deletions
|
@ -24,7 +24,7 @@ class WebTestCase(DataTestCase):
|
|||
self.pyramid_config = testing.setUp(request=self.request, settings={
|
||||
'wutta_config': self.config,
|
||||
'rattail_config': self.config,
|
||||
'mako.directories': ['tailbone:templates'],
|
||||
'mako.directories': ['tailbone:templates', 'wuttaweb:templates'],
|
||||
# 'pyramid_deform.template_search_path': 'wuttaweb:templates/deform',
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue