Changes between Initial Version and Version 1 of Ticket #18226, comment 4
- Timestamp:
- May 13, 2012, 7:31:03 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18226, comment 4
initial v1 1 The tracebackshows that you're using south; this means you haven't strictly followed the tutorial.1 The INSTALLED_APPS setting shows that you're using south; this means you haven't strictly followed the tutorial. 2 2 3 3 The 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.