コード例 #1
0
ファイル: product.py プロジェクト: Bobby00/boss_shuup
 def get_example_file_content(cls, example_file, request):
     from shuup.default_importer.samples import get_sample_file_content
     return get_sample_file_content(example_file.file_name)
コード例 #2
0
ファイル: contact.py プロジェクト: ruqaiya/shuup
 def get_example_file_content(cls, example_file, request):
     from shuup.default_importer.samples import get_sample_file_content
     return get_sample_file_content(example_file.file_name)