Поменял модели операций с JSON на полиморфные

This commit is contained in:
2026-02-14 18:13:51 +03:00
parent 01d560cfb4
commit e77237ca5e
5 changed files with 3681 additions and 116 deletions

View File

@@ -37,6 +37,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'polymorphic', # added app Polymorphic
'mptt', # added app MPTT
'bom_manager', # added app Bom Manager
]