change: add new model and fix migrations

This commit is contained in:
behruz-dev
2025-08-27 15:49:27 +05:00
parent 10c2eb86b4
commit ba08bc9a68
10 changed files with 35 additions and 183 deletions

View File

@@ -6,5 +6,5 @@ from core.apps.orders.models import Order
@translator.register(Order)
class OrderTranslation(translator.TranslationOptions):
fields = [
'name', 'location', 'location_to', 'location_from'
'name', 'location'
]