#!/bin/bash

# This command is to configure namespaces to the POEM_sync from configured 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 config_namespace 

export DJANGO_SETTINGS_MODULE=Poem_sync.settings; django-admin config_namespace $*
