Add basic web API app, for simple use cases
plus some functions which make it easier to customize
This commit is contained in:
parent
649ac12cdd
commit
a327dfab7c
2 changed files with 93 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2020 Lance Edgar
|
||||
# Copyright © 2010-2021 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -169,6 +169,7 @@ setup(
|
|||
|
||||
'paste.app_factory': [
|
||||
'main = tailbone.app:main',
|
||||
'webapi = tailbone.webapi:main',
|
||||
],
|
||||
|
||||
'rattail.config.extensions': [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue