FanFicFare/webservice
2018-09-04 12:51:31 -05:00
..
css Cleanup Web Service HTML & CSS a bit. Email ebooks disabled. 2018-08-15 12:13:35 -05:00
static
utils
allrecent.html Cleanup Web Service HTML & CSS a bit. Email ebooks disabled. 2018-08-15 12:13:35 -05:00
app.yaml Bump Test Version 2.37.16 2018-09-04 12:51:31 -05:00
cron.yaml
editconfig.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00
ffstorage.py Replace leading TABs with spaces (#316) 2018-07-08 22:08:02 -05:00
index.html Web service - Remove some JS debug output. 2018-08-15 15:33:19 -05:00
index.yaml
login.html Cleanup Web Service HTML & CSS a bit. Email ebooks disabled. 2018-08-15 12:13:35 -05:00
main.py Cleanup Web Service HTML & CSS a bit. Email ebooks disabled. 2018-08-15 12:13:35 -05:00
queue.yaml
Readme.txt
recent.html Cleanup Web Service HTML & CSS a bit. Email ebooks disabled. 2018-08-15 12:13:35 -05:00
settings.py
status.html Cleanup Web Service HTML & CSS a bit. Email ebooks disabled. 2018-08-15 12:13:35 -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 .