misc: add xstatic of fonts, for theming comfort (#18454)

This commit is contained in:
Frédéric Péters 2017-09-05 15:21:23 +02:00
parent 0e2f8d68bc
commit 1210c43ce0
4 changed files with 8 additions and 0 deletions

View File

@ -82,6 +82,8 @@ INSTALLED_APPS = (
'haystack',
'xstatic.pkg.chartnew_js',
'xstatic.pkg.leaflet',
'xstatic.pkg.opensans',
'xstatic.pkg.roboto_fontface',
)
INSTALLED_APPS = plugins.register_plugins_apps(INSTALLED_APPS)

2
debian/control vendored
View File

@ -17,6 +17,8 @@ Depends: ${misc:Depends}, ${python:Depends},
python-django-cmsplugin-blurp,
python-xstatic-chartnew-js,
python-xstatic-leaflet,
python-xstatic-opensans,
python-xstatic-roboto-fontface,
python-eopayment (>= 1.9),
python-django-haystack (>= 2.4.0),
python-sorl-thumbnail,

View File

@ -7,6 +7,8 @@ django-jsonfield
requests
XStatic-ChartNew.js
XStatic-Leaflet
XStatic_OpenSans
XStatic_roboto-fontface
eopayment>=1.13
python-dateutil
djangorestframework>=3.3, <3.4

View File

@ -112,6 +112,8 @@ setup(
'requests',
'XStatic-ChartNew.js',
'XStatic-Leaflet',
'XStatic_OpenSans',
'XStatic_roboto-fontface',
'eopayment>=1.13',
'python-dateutil',
'djangorestframework>=3.3, <3.4',