Closed hupili closed 10 years ago
So this is a pure Flask application now, right? The only thing you need is the proper python packages? You don't even need to do the symlinking thing, right?
I'm OK to merge.
Yes. I'll clean GAE related stuffs.
The use case later should be:
python main.py
for productionpython debug.py
for debug. We can use other techniques, e.g. envvar, to differentiate. Just treat it as a shortcut here. Cleaned.
The new backend is fully functioning with an example app demo-ed in #25 .
Original GAE backend was already broken due to change of
extract
part. We can merge to master.This can give FE a workable API endpoint. We can continue discussion in #11 and #19.