Skip to content

Commit 3ec8f46

Browse files
committed
Update jQuery UI to latest and switch from static to hotlinked
1 parent 412f53d commit 3ec8f46

File tree

177 files changed

+136
-45100
lines changed

Some content is hidden

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

177 files changed

+136
-45100
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ script:
2121
- ./dev_tools/src/d1_dev/syspath.py
2222
- pip freeze
2323
- pip check || true
24-
- pytest --help
25-
- pytest --fixtures
24+
# - pytest --help
25+
# - pytest --fixtures
2626
- pytest -n auto --cov=. --cov-report=term --cov-report=xml
2727
after_success:
2828
# Submit results to Coveralls.io.

gmn/src/d1_gmn/app/settings_default.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,11 @@
219219
ROOT_URLCONF = 'd1_gmn.app.urls'
220220

221221
INSTALLED_APPS = [
222+
# In Django 1.11, these are required in order for 404 not to trigger 500 when
223+
# DEBUG=False
222224
'django.contrib.auth',
223225
'django.contrib.contenttypes',
226+
'django.contrib.staticfiles',
224227
'd1_gmn.app',
225228
'd1_gmn.app.startup.GMNStartupChecks',
226229
]

gmn/src/d1_gmn/app/static/css/font-awesome.min.css

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

0 commit comments

Comments
 (0)