debian-django-ckeditor/ckeditor/image/dummy_backend.py

10 lines
163 B
Python

def create_thumbnail(file_path, format):
raise NotImplementedError
def should_create_thumbnail(file_path):
return False
def image_verify(f):
return