<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/05/2014 09:24 AM, Stefano Tonazzi
      wrote:<br>
    </div>
    <blockquote cite="mid:53901B4A.9030309@gmail.com" type="cite">
      <div class="moz-cite-prefix">On 06/05/2014 06:45 AM, Finn Herzfeld
        wrote:<br>
      </div>
      <blockquote cite="mid:538FF604.4070804@seattlemesh.net"
        type="cite">
        <pre wrap="">Hey there,
I ran a git pull, then tried to syncdb and migrate, but it error'd at
me. What should I do?</pre>
      </blockquote>
      This should probably work:<br>
      <br>
      python manage.py migrate --all --fake 0001<br>
    </blockquote>
    <br>
    <br>
    <font face="Helvetica, Arial, sans-serif">If it doesnt, this <font
        face="Helvetica, Arial, sans-serif">surely will:<br>
      </font></font><br>
    python manage.py migrate cms 0001 --fake<br>
    python manage.py migrate cms<br>
  </body>
</html>