I am trying to use the South command "migrate" to load fixtures. At an app it gives the following error : ".....................
db.execute("""alter table campaigns_keyword_component_sentiments disable trigger all""") . . .
django.db.utils.DatabaseError: permission denied: "RI_ConstraintTrigger_19485" is a system trigger" (This is a part of the error)
I am using Ubuntu 11.04, postgres 8.4.8, python 2.7, djnago 1.2.4. Help would be appreciated.