Update simple menus per newer conventions
This commit is contained in:
parent
b0b7fc42b9
commit
5ebe3a001a
5 changed files with 23 additions and 36 deletions
|
@ -12,6 +12,7 @@ def includeme(config):
|
|||
config.include('rattail_demo.web.views.common')
|
||||
config.include('rattail_demo.web.views.auth')
|
||||
config.include('tailbone.views.progress')
|
||||
config.include('tailbone.views.tables')
|
||||
|
||||
# main table views
|
||||
config.include('tailbone.views.brands')
|
||||
|
|
|
@ -29,3 +29,4 @@ class ProfilesView(base.ProfilesView):
|
|||
def includeme(config):
|
||||
ProfilesView.defaults(config)
|
||||
base.EmailPreview.defaults(config)
|
||||
base.EmailAttemptView.defaults(config)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# -*- coding: utf-8; -*-
|
||||
"""
|
||||
Settings views
|
||||
"""
|
||||
|
@ -34,4 +34,5 @@ class SettingsView(base.SettingsView):
|
|||
|
||||
|
||||
def includeme(config):
|
||||
base.AppSettingsView.defaults(config)
|
||||
SettingsView.defaults(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue