Z
Size: a a a
Z
Z
DT
DT
#
DP
Z
def get_config():
try:
solo = ErgConfiguration.objects.get()
return solo
except:
solo = ErgConfiguration.get_solo()
return solo
DT
def get_config():
try:
solo = ErgConfiguration.objects.get()
return solo
except:
solo = ErgConfiguration.get_solo()
return solo
DT
DT
#
DT
DT
if 'branches' in validated_data:
branches_data = validated_data.pop('branches')
DP
АА
DT
АА
DT
АА
Z