I\'m trying to set up the tables for a new django project (that is, the tables do NOT already exist in the database); the django version is 1.7 and the db back end is Postgr
This works pretty fine
./manage.py migrate --fake default
Source: -https://github.com/nijel/weblate/issues/587