4 lines
87 B
Python
4 lines
87 B
Python
import os
|
|
from pretix.settings import *
|
|
|
|
STATIC_ROOT = os.getenv("PRETIX_STATIC_ROOT")
|