FanFicFare/webservice
2018-06-11 23:25:38 -05:00
..
css Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
static Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
utils Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
allrecent.html Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
app.yaml Bump Test Version 2.26.3 2018-06-11 23:25:38 -05:00
cron.yaml Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
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 2.26.1 2018-06-05 12:00:12 -05:00
index.yaml Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
login.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00
main.py Consolidate URL chapter range code and apply to CLI for #302. 2018-05-08 15:27:42 -05:00
queue.yaml Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
Readme.txt Move fff_internals package to fanficfare, share defaults.ini/example.ini between cli and web service again. 2015-04-08 13:49:36 -05:00
recent.html Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
settings.py Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
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 .