Hi all I have a problem with the database migration during a deployment.
I have changed only the LANGUAGE_CODE variable in settings.py When I launch 'fab deploy' I get this error: ''' out: django.db.utils.ProgrammingError: ERROR: the relation "conf_setting" already exists [xx.xx.xx.xx] out: [xx.xx.xx.xx] out: Fatal error: run() received nonzero return code 1 while executing! Requested: /home/fede/.virtualenvs/test/bin/python /home/fede/.virtualenvs/test/project/manage.py migrate --noinput Executed: /bin/bash -l -c "cd /home/fede/.virtualenvs/test/project && source /home/fede/.virtualenvs/test/bin/activate && /home/fede/.virtualenvs/test/bin/python /home/fede/.virtualenvs/test/project/manage.py migrate --noinput" Aborting. ''' What should I check? Thanks in advance Federico -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
