From 13879436d00a6e6763920f93666d37accd86c8e6 Mon Sep 17 00:00:00 2001 From: Raynaldo Rivera Date: Mon, 3 Nov 2014 12:56:04 -0700 Subject: [PATCH] Updated the settings.py and readme --- README.md | 10 ++-------- alliance_auth/settings.py | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f5e77c92..4617d4c3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Requirements: python-dnspython # Needed Apps - rabbitmq + celeryd bcrypt Services Interaction: @@ -34,6 +34,7 @@ Services Interaction: Startup Instructions: + ./bootstrap.sh (Sudo if needed) python syncdb python manage.py shell from util import bootstrap_permissions @@ -50,13 +51,6 @@ Special Permissions In Admin: auth | user | human_resources ( Corp only access to view applications ) auth | user | jabber_broadcast ( Access to broadcast a message over jabber to specific groups or all) auth | user | blue_memeber ( Auto Added to people who register has a blue when adding api key) - -Note: - - In order to create permissions automatically you there is a "bootstrap_permissions" function in the - __init__.py of the groupmanagement folder. Comment out before running syncdb, after add it back. - This is there because i currently have no idea how to do this any other way. - Eve alliance auth for the 99 percent diff --git a/alliance_auth/settings.py b/alliance_auth/settings.py index 7ac83553..678ababa 100644 --- a/alliance_auth/settings.py +++ b/alliance_auth/settings.py @@ -165,7 +165,7 @@ ALLIANCE_BLUE_STANDING = 5.0 # Forum URL FORUM_URL = "http://someaddress.com" -# Jabber Prosody Info +# Jabber information JABBER_URL = "someaddress.com" JABBER_PORT = 5223 JABBER_SERVER = "someadddress.com"