Skip to content

Commit fd8f582

Browse files
committed
Readme update
1 parent 4fd07fb commit fd8f582

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
django-boostrap-static
2-
======================
1+
Django Bootstrap Static Files
2+
=============================
33

4-
Simply the bootstrap static files WITH plugins
4+
Bootstrap and optional Font Awesome static files ready for the picking.
55

66
Install
77
-------
88

99
pip install django-boostrap-static
1010

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

Comments
 (0)