예제 #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)