-
-
Notifications
You must be signed in to change notification settings - Fork 16
Update app.yaml for the hrd app #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
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 |
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? |
Conflicts: web/app.yaml
The Python 2.7 App Engine no longer needs it. See https://developers.google.com/appengine/docs/python/python25/diff27.
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. |
|
This starts to fix #138.