Consolidate master API view logic
also let all API views use new config defaults convention
This commit is contained in:
parent
f2c73acd3b
commit
bc51a868ce
18 changed files with 320 additions and 225 deletions
|
@ -31,12 +31,10 @@ import datetime
|
|||
import six
|
||||
|
||||
from rattail.db.model import WorkOrder
|
||||
from rattail.time import localtime
|
||||
from rattail.util import OrderedDict
|
||||
|
||||
from cornice import Service
|
||||
|
||||
from tailbone.api import APIMasterView2 as APIMasterView
|
||||
from tailbone.api import APIMasterView
|
||||
|
||||
|
||||
class WorkOrderView(APIMasterView):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue