Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

ucsb-cs/taevals

Repository files navigation

Note: This information is out of date

###Backup and Restore To Website Run one of the following (source):

appcfg.py download_data --url=http://taevals.appspot.com/remote_api --filename=taevals_`date`_backup.sql3

appcfg.py upload_data --application=taevals --filename=<data-filename>

###Restore to Localhost In order to authenticate to the local database, you need to first start the server as follows:

dev_appserver.py --clear_datastore . --default_partition=""

Then login as the administrator with some address in order to create a temporary admin account. You can do this by visiting http://localhost:8080/admin/ and then run:

appcfg.py upload_data --application=taevals --url=http://localhost:8080/remote_api --filename=<data-filename>

About

A Google AppEngine Application for TA Evaluations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published