FanFicFare/webservice
2019-05-29 09:12:38 -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 3.8.1 2019-05-29 09:12:38 -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 Bump Test Version 3.8.1 2019-05-29 09:12:38 -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 Update a copyright. 2018-09-05 18:41:00 -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 .