We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1d672 commit 421df36Copy full SHA for 421df36
pyconbalkan/wsgi.py
@@ -8,9 +8,10 @@
8
"""
9
10
import os
11
+from dj_static import Cling
12
13
from django.core.wsgi import get_wsgi_application
14
15
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pyconbalkan.settings")
16
-application = get_wsgi_application()
17
+application = Cling(get_wsgi_application())
requirements.txt
@@ -1,4 +1,6 @@
1
dj-database-url==0.5.0
2
+dj-static==0.0.6
3
Django==1.11.11
4
python-decouple==3.1
5
pytz==2018.3
6
+static3==0.7.0
0 commit comments