#!/bin/bash

# This command is to synchronize the POEM_sync instance from all aonfigured POEM instances

#MOD_PATH=`python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
#cd ${MOD_PATH}/Poem_sync
#python manage.py synchronize

export DJANGO_SETTINGS_MODULE=Poem_sync.settings; django-admin synchronize
