6 lines
90 B
Python
6 lines
90 B
Python
|
SPONSOR_COORDINATORS = "sponsor-coordinators"
|
||
|
|
||
|
AUTH_GROUPS = [
|
||
|
SPONSOR_COORDINATORS
|
||
|
]
|