This commit is contained in:
Raynaldo Rivera 2014-10-04 01:38:05 -07:00
parent 4232ac0ccd
commit de253f60e3
3 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,3 @@
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
body
{
font-family: 'Lato', 'sans-serif';

View File

@ -65,7 +65,6 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
{% block extra_js %}{% endblock extra_js %}
</body>
</html>