2
0

_custom_image3.rst 290 B

123456789
  1. Step 3: Switch to the new image model
  2. -------------------------------------
  3. In your Django settings file, (probably under ``settings/base.py``) set the
  4. ``WAGTAILIMAGES_IMAGE_MODEL`` setting to point to it:
  5. .. code-block:: python
  6. WAGTAILIMAGES_IMAGE_MODEL = "mediamodels.CustomImage"