piki/pages/access.py

9 lines
160 B
Python
Raw Normal View History

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