Closed derekdowling closed 9 years ago
Makes /posts work properly for authed/non-authed users. Also fixes it for foreign nodes who are calling it.
/posts
Need to run ./nodes.py after deploy. Will probably need to blow away the DB beforehand for one last time.
./nodes.py
:+1:
I'll try to deploy tonight. Might do a little cleaning myself.
Makes
/posts
work properly for authed/non-authed users. Also fixes it for foreign nodes who are calling it.Need to run
./nodes.py
after deploy. Will probably need to blow away the DB beforehand for one last time.