sympy-bot-old
sympy-bot-old copied to clipboard
Migrate to High-Replication Datastore
See https://developers.google.com/appengine/docs/adminconsole/migration. We need to migrate from Master/Slave to High-Replication for the reviews app. Do we use the datastore?
I started work on this. The new app is sympy-reviews
(I'll give you access if you want to play around with it). I deployed the app, but right now, it gives a 500, and the log stays
Traceback (most recent call last):
File "/base/data/home/apps/s~sympy-reviews/6.367212462091732030/main.py", line 1, in <module>
from app.main import main
File "/base/data/home/apps/s~sympy-reviews/6.367212462091732030/app/main.py", line 9, in <module>
from google.appengine.dist import use_library
ImportError: No module named dist
Also, @certik, how do you manually populate the pull requests?