Skip to content

Commit 3a0a36b

Browse files
committed
Changed the location of a lot of static files.
- Legacy-Id: 9891
1 parent 4c4ff0f commit 3a0a36b

202 files changed

Lines changed: 14973 additions & 2969 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ietf/storage.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from django.core.files.storage import FileSystemStorage
2+
from django.contrib.staticfiles.finders import BaseStorageFinder
3+
from django.conf import settings
4+
5+
if settings.SERVER_MODE != 'production':
6+
class CdnStorageFinder(BaseStorageFinder):
7+
storage = FileSystemStorage(location=settings.STATIC_ROOT, base_url=settings.STATIC_URL)

static/css/lib/qunit-1.12.0.css

Lines changed: 0 additions & 244 deletions
This file was deleted.

0 commit comments

Comments
 (0)