Example #1
0
def get_storage_root():
    return endpoint.Endpoint(settings.STORAGE_ROOT)
Example #2
0
def get_media_root():
    return endpoint.Endpoint(f"local:{settings.MEDIA_ROOT}")