Loading 10_blog.json ...
Traceback (most recent call last):
File "./manage.py", line 36, in <module>
execute_manager(settings)
File "/home/deploy/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 459, in execute_manager
utility.execute()
File "/home/deploy/venv/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/deploy/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/deploy/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/home/deploy/venv/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py", line 252, in handle
cursor.execute(line)
File "/home/deploy/venv/local/lib/python2.7/site-packages/django/db/backends/postgresql_psycopg2/base.py", line 52, in execute
return self.cursor.execute(query, args)
django.db.utils.DatabaseError: column "id" does not exist
LINE 1: ...e('"generic_threadedcomment"','id'), coalesce(max("id"), 1),...
[
{
"pk": 1,
"model": "blog.blogpost",
"fields": {
"status": 2,
"expiry_date": null,
"allow_comments": true,
"description": "Description goes here",
"title": "title goes here",
"rating_average": 0.0,
"categories": [],
"site": 1,
"keywords_string": "",
"content": "<p>content goes here</p>",
"rating_count": 0,
"comments_count": 0,
"user": 1,
"featured_image": "",
"short_url": null,
"publish_date": "2012-04-06T00:00:00",
"slug": "blog-slug-here",
"gen_description": true
}
}
]