Skip to content

Commit 47671cf

Browse files
committed
update to remove old whitenoise setup
1 parent 22b1bdf commit 47671cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

project/wsgi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313

1414
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "project.settings")
1515

16-
from whitenoise.django import DjangoWhiteNoise
17-
18-
application = DjangoWhiteNoise(get_wsgi_application())
16+
application = get_wsgi_application()

0 commit comments

Comments
 (0)