Clean up some view, menu config etc.
This commit is contained in:
parent
359cc90a0a
commit
9bb0bca325
3 changed files with 9 additions and 47 deletions
|
|
@ -43,9 +43,3 @@ class MesskitConfig(ConfigExtension):
|
|||
config.setdefault('tailbone', 'menus', 'messkit.web.menus')
|
||||
config.setdefault('rattail', 'model', 'messkit.db.model')
|
||||
config.setdefault('rattail', 'settings', 'messkit.appsettings')
|
||||
|
||||
# # always try to append poser to path
|
||||
# # TODO: location of poser dir should come from config/app/handler?
|
||||
# poser = os.path.join(sys.prefix, 'app', 'poser')
|
||||
# if poser not in sys.path and os.path.isdir(poser):
|
||||
# sys.path.append(poser)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue