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
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,12 @@ Bootstrap and optional Font Awesome static files ready for the picking.
6
6
Install
7
7
-------
8
8
9
-
pip install django-bootstrap-static
9
+
pip install django-bootstrap-static==3.3.1
10
+
11
+
Contribution
12
+
------------
13
+
14
+
Occasionally, I forget to update this package with new bootstrap updates. Please feel free to submit a PR.
10
15
11
16
Configuration
12
17
-------------
@@ -15,10 +20,13 @@ To pickup bootstrap static files, simply inlcude 'boostrap' in your Intalled App
15
20
16
21
Please refer to each project for integration/install guides.
17
22
23
+
-http://getbootstrap.com
24
+
-http://fortawesome.github.io/Font-Awesome/
25
+
18
26
Releases
19
27
--------
20
28
21
29
To keep with the bootstrap release schedule we will keep version numbers of this app in sync with the bootstrap Major.Minor.Revision changes. The additional
22
30
version number will be added at the end to denote a new change within this package itself.
23
31
24
-
django-bootstrap-static==2.3.1.1 == bootstrap 2.3.1 with an additional package change.
32
+
django-bootstrap-static==3.3.1.1 == bootstrap 3.3.1 with an additional package change.
0 commit comments