mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
Updated the settings.py and readme
This commit is contained in:
parent
7651191695
commit
13879436d0
10
README.md
10
README.md
@ -21,7 +21,7 @@ Requirements:
|
|||||||
python-dnspython
|
python-dnspython
|
||||||
|
|
||||||
# Needed Apps
|
# Needed Apps
|
||||||
rabbitmq
|
celeryd
|
||||||
bcrypt
|
bcrypt
|
||||||
|
|
||||||
Services Interaction:
|
Services Interaction:
|
||||||
@ -34,6 +34,7 @@ Services Interaction:
|
|||||||
|
|
||||||
Startup Instructions:
|
Startup Instructions:
|
||||||
|
|
||||||
|
./bootstrap.sh (Sudo if needed)
|
||||||
python syncdb
|
python syncdb
|
||||||
python manage.py shell
|
python manage.py shell
|
||||||
from util import bootstrap_permissions
|
from util import bootstrap_permissions
|
||||||
@ -51,12 +52,5 @@ Special Permissions In Admin:
|
|||||||
auth | user | jabber_broadcast ( Access to broadcast a message over jabber to specific groups or all)
|
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)
|
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
|
Eve alliance auth for the 99 percent
|
||||||
|
@ -165,7 +165,7 @@ ALLIANCE_BLUE_STANDING = 5.0
|
|||||||
# Forum URL
|
# Forum URL
|
||||||
FORUM_URL = "http://someaddress.com"
|
FORUM_URL = "http://someaddress.com"
|
||||||
|
|
||||||
# Jabber Prosody Info
|
# Jabber information
|
||||||
JABBER_URL = "someaddress.com"
|
JABBER_URL = "someaddress.com"
|
||||||
JABBER_PORT = 5223
|
JABBER_PORT = 5223
|
||||||
JABBER_SERVER = "someadddress.com"
|
JABBER_SERVER = "someadddress.com"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user