示例#1
0
 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)