Changes between Initial Version and Version 1 of Ticket #18226, comment 4


Ignore:
Timestamp:
May 13, 2012, 7:31:03 AM (12 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18226, comment 4

    initial v1  
    1 The traceback shows that you're using south; this means you haven't strictly followed the tutorial.
     1The INSTALLED_APPS setting shows that you're using south; this means you haven't strictly followed the tutorial.
    22
    33The default site is created by the post_syncdb signal. I suppose you haven't run syncdb when the tutorial told you, maybe because you've used migrate instead.
Back to Top