Fix bug with loading token
Updated readme
Remove realms-wiki bash script (redundant)

Updated install.sh
Using setuptools to create cli entry point
Upstart script sets gid and uid
This commit is contained in:
Matthew Scragg 2014-09-18 10:13:33 -05:00
parent de3b2d66c3
commit 2856dc076f
5 changed files with 65 additions and 45 deletions

View file

@ -62,11 +62,10 @@ def edit(name):
if edit_cname.lower() != cname.lower():
wiki.rename_page(cname, edit_cname)
"""
wiki.write_page(edit_cname,
request.form['content'],
message=request.form['message'],
username=current_user.username)"""
username=current_user.username)
else:
if data:
name = remove_ext(data['name'])