5 lines
141 B
Python
5 lines
141 B
Python
from .base import * # noqa
|
|
|
|
# Enable WhiteNoise for static files
|
|
MIDDLEWARE.insert(1, "whitenoise.middleware.WhiteNoiseMiddleware") # noqa
|