Piki is a minimal wiki
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

access.py 160B

12345678
  1. # TODO: Implement access control for pages
  2. def read_attachment(request, rel_path):
  3. return True
  4. def modify_attachment(request, rel_path):
  5. return True