From eef6e593358a5a70766dbc1841d05c86d11abc67 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 20 May 2012 18:22:07 +0100 Subject: [PATCH] Updated README regarding bootstrap --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 189d899..40e2317 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ pip install -r requirements.txt As we're using system wide packages, its advisable to install python-mysql packages system wide, otherwise you'll need a basic build env on your machine (build-essentials, python-dev on Debian). +Bootstrap +--------- + +Auth uses Twitter Bootstrap v1 for its design layout, its yet to be updated to v2.0. You can grab the older version from the URL below, extract it into app/sso/static/bootstrap/ + +https://github.com/twitter/bootstrap/tarball/v1.4.0 + Running -------