You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must run the downloading at the beginning (or to update). It will run automatically at migration:
@@ -48,7 +48,7 @@ Currently it supports the following libraries (bold is the name of the correspon
48
48
***fomantic_ui**: [Fomantic-UI](https://fomantic-ui.com/) from github (fork of semantic UI)
49
49
***semantic_ui**: [Semantic-UI](https://semantic-ui.com/) from github
50
50
***masonry**: [Masonry](https://masonry.desandro.com/) from github
51
-
***pygal_js**: [pygal.js](https://github.com/Kozea/pygal.js/)Javascript helper functions for pygal from github
51
+
***pygal_js**: [pygal.js](https://github.com/Kozea/pygal.js/)Javascript helper functions for pygal from github
52
52
53
53
54
54
In your settings.py:
@@ -57,17 +57,17 @@ In your settings.py:
57
57
from django_static_libs.libraries import jquery
58
58
DJANGO_AUTO_STATIC_LIBS= {
59
59
#The default is the jquery library. If you add other or custom libraries it will replace the default. it need always to be a dict, the key represents your folder and will be needed for the static import
0 commit comments