А
Size: a a a
А
А
А
А
А
А
А
А
А
А
ᅠ
path('(?P<path>.*)', mptt_urls.view(...
konditsioneryi/
ᅠ
ᅠ
h
ᅠ
h
ᅠ
ᅠ
py3
import re
print(re.findall(r'(?P<path>.+)','konditsioneryi/'))
['konditsioneryi/']
ᅠ
py3
import re
print(re.findall(r'(?P<path>.+)','konditsioneryi/'))
['konditsioneryi/']
ᅠ