couchapp
couchapp copied to clipboard
[CRITICAL] 'unicode' object has no attribute 'update'
i had a problem with pushing my app, cause i have such files in app root: couchapp.json and couchapp.json~
just put
for name in os.listdir(current_dir):
name = name.rstrip("~")
...
at the begining of dir_to_fields in locadoc.py