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
|
||||
# Copyright © 2010-2022 Lance Edgar
|
||||
# Copyright © 2010-2024 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -29,12 +29,7 @@ from rattail.settings import (
|
|||
Setting,
|
||||
|
||||
# (General)
|
||||
rattail_app_title,
|
||||
rattail_single_store,
|
||||
tailbone_background_color,
|
||||
tailbone_buefy_version,
|
||||
tailbone_grid_default_pagesize,
|
||||
tailbone_vue_version,
|
||||
|
||||
# # DataSync
|
||||
# rattail_datasync_url,
|
||||
|
|
Loading…
Reference in a new issue