python - Installing hstore extension in django nose tests -
i've installed hstore extension successfully, , works when syncdb. (i'm using djorm-ext-hstore)
however, nose creates new temp database run tests in, , hstore not installed in it.
i need run create extension hstore; on test db right before nose syncs db, can't find info on how that.
any ideas?
this non-issue: best way fix apply hstore extension on default database, template1
psql -d template1 -c 'create extension hstore;'
reference: how create new database hstore extension installed?
Comments
Post a Comment