Skip to content

GrumpySailor/google-app-engine-export-csv-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Google App Engine CSV Exporter

based on gergelyorosz/gae-export-as-csv

remember to run the following scripts inside the project's folder.

Localhost:

$ remote_api_shell.py -s localhost:8080 -p /_ah/remote_api

###Live server:

$ remote_api_shell.py -s gae-export-csv-remote.appspot.com

then run:

$ import export_csv
$ export_csv.people_approved()
$ export_csv.people_all()

About

Google App Engine CSV Export using Remote API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages