-3

I've installed whitenoise with command:

pip install whitenoise

But when I'm moving on whitenoise.django there is only this error:

raise ImportError(
        '\n\n'
        'Your WhiteNoise configuration is incompatible with WhiteNoise v4.0\n'
        'This can be fixed by following the upgrade instructions at:\n'
        'http://whitenoise.evans.io/en/stable/changelog.html#v4-0\n'
        '\
Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
Damir Nafikov
  • 162
  • 1
  • 9
  • The error is quite clear: you need to fix your configuration to make it compatible with WhiteNoise v4.0. Have you tried following the upgrade instructions as mentioned in the error? – Gino Mempin May 19 '19 at 23:51

1 Answers1

0

There are step-by-step instructions on using WhiteNoise with Django here: http://whitenoise.evans.io/en/stable/django.html

D. Evans
  • 3,242
  • 22
  • 23