#50 feat: add StoreSettings model and API for store address and map coordinates
This commit is contained in:
@@ -26,6 +26,8 @@ from .api import (
|
||||
SalesForReconciliationView,
|
||||
# Admin
|
||||
AdminCodeValidateView,
|
||||
# Store Settings
|
||||
StoreSettingsView,
|
||||
)
|
||||
|
||||
app_name = "don_confiao"
|
||||
@@ -95,4 +97,5 @@ urlpatterns = [
|
||||
AdminCodeValidateView.as_view(),
|
||||
),
|
||||
path("api/sales/for_tryton", SalesForTrytonView.as_view()),
|
||||
path("api/store_settings", StoreSettingsView.as_view()),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user