Commit cbcdd3f32678f8462d6bf514c94a2de49bb8ba1b

Authored by Alexandre Sieira
1 parent b4ce2e6f

Additional step to porting docs (#55)

Showing 1 changed file with 6 additions and 0 deletions
@@ -40,3 +40,9 @@ follow these steps: @@ -40,3 +40,9 @@ follow these steps:
40 40
41 from django.contrib.comments.forms import CommentForm # old 41 from django.contrib.comments.forms import CommentForm # old
42 from django_comments.forms import CommentForm # new 42 from django_comments.forms import CommentForm # new
  43 +
  44 +#. If your database schema already contains the tables and data
  45 + for existing comments and you get an error like
  46 + ``django.db.utils.ProgrammingError: relation "django_comments" already exists``
  47 + in your first subsequent migration, run
  48 + ``manage.py migrate django_comments --fake-initial``.
Please register or login to post a comment