mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
Updates
This commit is contained in:
parent
4232ac0ccd
commit
de253f60e3
13
README.md
13
README.md
@ -4,4 +4,17 @@ allianceauth
|
|||||||
Note: THIS WAS RUSHED! IT DOES NOT FOLLOW GOOD CODING STANDARDS
|
Note: THIS WAS RUSHED! IT DOES NOT FOLLOW GOOD CODING STANDARDS
|
||||||
Note2: Most importantly though it works....
|
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
|
Eve alliance auth for the 99 percent
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
font-family: 'Lato', 'sans-serif';
|
font-family: 'Lato', 'sans-serif';
|
||||||
|
@ -65,7 +65,6 @@
|
|||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- 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 %}
|
{% block extra_js %}{% endblock extra_js %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user