Skip to content

Documentation issues #114

Description

@tderouin

There are some minor issues in the documentation:

    'STORAGE': {
        'BACKEND': 'django.core.files.storage.FileSystemStorage',
        # You can also use Amazon S3 or any other Django storage backends
    }

is missing a trailing comma.

python manage.py delete_thumbnails --model=app.Model --size=thumbnail_size_to_delete

--field is apparently a required parameter for this command.

Also - it would be super helpful if there were instructions on how to migrate existing models.FileField to thumbnails.fields.ImageField.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions