FanFicFare/webservice
2018-06-13 18:16:40 -05:00
..
css
static
utils
allrecent.html
app.yaml Bump Test Version 2.26.4 2018-06-13 18:16:40 -05:00
cron.yaml
editconfig.html
ffstorage.py
index.html Bump Test Version 2.26.1 2018-06-05 12:00:12 -05:00
index.yaml
login.html
main.py Consolidate URL chapter range code and apply to CLI for #302. 2018-05-08 15:27:42 -05:00
queue.yaml
Readme.txt
recent.html
settings.py
status.html

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 .