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