From de253f60e319ace5b52bd0426c9a86dc75183516 Mon Sep 17 00:00:00 2001 From: Raynaldo Rivera Date: Sat, 4 Oct 2014 01:38:05 -0700 Subject: [PATCH] Updates --- README.md | 13 +++++++++++++ static/css/updatecards.css | 1 - templates/public/base.html | 1 - 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bb827e0..bad3c8cc 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,17 @@ allianceauth Note: THIS WAS RUSHED! IT DOES NOT FOLLOW GOOD CODING STANDARDS Note2: Most importantly though it works.... +Requirments: + django 1.7 + python-mysql-connector + python-mysqld + django-evolution + +Services Interaction: + Vanilla forums + Mumble + Prosody (jabber) + + + Eve alliance auth for the 99 percent diff --git a/static/css/updatecards.css b/static/css/updatecards.css index e7cbbf1b..c65b5928 100644 --- a/static/css/updatecards.css +++ b/static/css/updatecards.css @@ -1,4 +1,3 @@ -@import url(http://fonts.googleapis.com/css?family=Lato:400,700); body { font-family: 'Lato', 'sans-serif'; diff --git a/templates/public/base.html b/templates/public/base.html index 13cd9029..a3404c3d 100644 --- a/templates/public/base.html +++ b/templates/public/base.html @@ -65,7 +65,6 @@ - {% block extra_js %}{% endblock extra_js %}