piki/pages/access.py

9 строки
160 B
Python

# TODO: Implement access control for pages
def read_attachment(request, rel_path):
return True
def modify_attachment(request, rel_path):
return True