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
Bootstrap and optional Font Awesome static files ready for the picking.
5
5
6
6
Install
7
7
-------
8
8
9
9
pip install django-boostrap-static
10
10
11
-
Add bootstrap to installed apps
11
+
Configuration
12
+
-------------
13
+
14
+
To pickup bootstrap static files, simply inlcude 'boostrap' in your Intalled Apps. You can also get Fontawesome support by adding 'fontawesome' to your installed apps.
15
+
16
+
Please refer to each project for integration/install guides.
17
+
18
+
Releases
19
+
--------
20
+
21
+
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
+
version number will be added at the end to denote a new change within this package itself.
23
+
24
+
django-bootstrap-static==2.3.1.1 == bootstrap 2.3.1 with an additional package change.
0 commit comments