add ECONOMY_TEAM_NAME to settings.py
This commit is contained in:
parent
61d2973409
commit
7f9e2b6bb2
|
@ -192,3 +192,6 @@ GRAPHENE = {"SCHEMA": "bornhack.schema.schema"}
|
||||||
LEAFLET_CONFIG = {
|
LEAFLET_CONFIG = {
|
||||||
"PLUGINS": {"forms": {"auto-include": True}},
|
"PLUGINS": {"forms": {"auto-include": True}},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# used to find the economy team
|
||||||
|
ECONOMY_TEAM_NAME = "Economy"
|
||||||
|
|
Loading…
Reference in a new issue