From: yomguy Date: Thu, 12 Apr 2012 10:14:11 +0000 (+0200) Subject: add schema update script example X-Git-Tag: 0.2~60 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0ae4b39c8bd731b2708296371224c1df8749580f;p=teleforma.git add schema update script example --- diff --git a/example/update_schema.sh b/example/update_schema.sh new file mode 100755 index 00000000..93714a93 --- /dev/null +++ b/example/update_schema.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +./manage.py schemamigration teleforma --auto +./manage.py schemamigration telemeta --auto +./manage.py migrate +