FanFicFare/webservice
2017-06-17 15:58:57 -05:00
..
css
static
utils
allrecent.html
app.yaml Bump Test Version 2017-06-17 15:58:57 -05:00
cron.yaml
editconfig.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00
ffstorage.py Add chapter limits with URL (like [3-4]) for web service. 2015-07-17 13:11:38 -05:00
index.html Bump Test Version 2017-05-21 10:41:27 -05:00
index.yaml
login.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00
main.py Remove debug output of dependency versions. 2017-05-07 13:26:27 -05:00
queue.yaml
Readme.txt
recent.html
settings.py
status.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00

Before uploading the webservice to Google AppEngine, the files here,
along with ../fanficfare and the contents of
../included_dependencies should be copied to a 'build' (or other)
directory.

rm -rf build
mkdir build

cp -R * build
cp -R ../fanficfare ../included_dependencies/* build

cd build

.../appcfg.py update .