#!/bin/sh export DJANGO_SETTINGS_MODULE='settings' appcfg.py upload_data \ --config_file=load_export.py \ --filename=./local_data_symbols.csv \ --kind=Symbol \ --url=http://localhost:8000/remote_api \ . appcfg.py upload_data \ --config_file=load_export.py \ --filename=./local_data_variables.csv \ --kind=Variable \ --url=http://localhost:8000/remote_api \ . appcfg.py upload_data \ --config_file=load_export.py \ --filename=./local_data_equations.csv \ --kind=Equation \ --url=http://localhost:8000/remote_api \ . rm bulkloader-*