We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dc8d2 commit 75b9c4fCopy full SHA for 75b9c4f
1 file changed
billingstack/api/config.py
@@ -9,7 +9,7 @@
9
'root': 'billingstack.api.controllers.root.RootController',
10
'modules': ['billingstack.api'],
11
'static_root': '%(confdir)s/public',
12
- 'template_path': '%(confdir)s/billingstack/api/templates',
+ 'template_path': '%(confdir)s/templates',
13
'debug': False,
14
'enable_acl': True,
15
}
0 commit comments