sympy-bot-old
sympy-bot-old copied to clipboard
Update app.yaml for the hrd app
This starts to fix #138.
My hope is that after we do this, we will no longer be over quota, but even if we aren't we will be again soon. How can we export the current reviews and start from scratch? Currently, the reviews site is completely broken because we hit the data quota.
@asmeurer How does this solve the quota issue? I didn't get it.
Yeah, I actually doubt it will solve the quota issue, but it is something that needs to be done. Even dev_appserver
no longer works with Python 2.5.
Why don't we migrate to python 2.7??
This does migrate to 2.7 (you have to to move to hrd). Or did I misunderstand your question?
OK, I got it working: http://sympy-reviews.appspot.com/report/ag9zfnN5bXB5LXJldmlld3NyCwsSBFRhc2sY6QcM.
Now, how to point the reviews site to it...
A data store solution would be to just leave old reviews site as it is (instead of migrating), and starting fresh with this one. The downside is that urls will break unless we implement some kind of redirection (which I have no idea how to do).
Thoughts?
This is what would happen if we did that.
I am also in the process of downloading the data to my computer. It looks like it is going into a sql database file.
No.
- [ ] When we fix the domain, don't forget to revert d522a21.