Remove duplicated entries from appsettings
module
those are exposed in other places now
This commit is contained in:
parent
c4080f3d5b
commit
8a6933c43e
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2022 Lance Edgar
|
# Copyright © 2010-2024 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -29,12 +29,7 @@ from rattail.settings import (
|
||||||
Setting,
|
Setting,
|
||||||
|
|
||||||
# (General)
|
# (General)
|
||||||
rattail_app_title,
|
|
||||||
rattail_single_store,
|
rattail_single_store,
|
||||||
tailbone_background_color,
|
|
||||||
tailbone_buefy_version,
|
|
||||||
tailbone_grid_default_pagesize,
|
|
||||||
tailbone_vue_version,
|
|
||||||
|
|
||||||
# # DataSync
|
# # DataSync
|
||||||
# rattail_datasync_url,
|
# rattail_datasync_url,
|
||||||
|
|
Loading…
Reference in a new issue