mirror of
https://github.com/pretix/pretix.git
synced 2026-08-19 12:16:26 +00:00
Remove static3 and dj-static (#4346)
This commit is contained in:
+1
-5
@@ -34,8 +34,4 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "pretix.settings")
|
||||
|
||||
from django.core.wsgi import get_wsgi_application # NOQA
|
||||
|
||||
try:
|
||||
from dj_static import Cling, MediaCling
|
||||
application = Cling(MediaCling(get_wsgi_application()))
|
||||
except ImportError:
|
||||
application = get_wsgi_application()
|
||||
application = get_wsgi_application()
|
||||
|
||||
Reference in New Issue
Block a user