add ECONOMY_TEAM_NAME to settings.py

This commit is contained in:
Thomas Steen Rasmussen 2020-06-27 15:37:16 +02:00
parent 61d2973409
commit 7f9e2b6bb2
1 changed files with 3 additions and 0 deletions

View File

@ -192,3 +192,6 @@ GRAPHENE = {"SCHEMA": "bornhack.schema.schema"}
LEAFLET_CONFIG = {
"PLUGINS": {"forms": {"auto-include": True}},
}
# used to find the economy team
ECONOMY_TEAM_NAME = "Economy"