Django 1.5, south syncdb error (on Google appengine)

100 views
Skip to first unread message

moo hyug Ahn

unread,
Oct 26, 2014, 1:32:40 AM10/26/14
to south...@googlegroups.com

I put south library on root of django project. And when I put 'south' on INSTALLED_APPS of settings.py and then after running ./manage.py syncdb, Error below happened..

Syncing...
Traceback (most recent call last):
  File "/Users/nextdoordoctor/git/NDD/NDD/src/manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
    utility.execute()
  File "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 377, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 288, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 338, in execute
    output = self.handle(*args, **options)
  File "/Library/Python/2.7/site-packages/django/core/management/base.py", line 533, in handle
    return self.handle_noargs(**options)
  File "/Users/nextdoordoctor/git/NDD/NDD/src/south/management/commands/syncdb.py", line 82, in handle_noargs
    old_app_store, cache.app_store = cache.app_store, SortedDict([
AttributeError: 'Apps' object has no attribute 'app_store'

I try hard to resolve it .. how should I do? Thanks in advance..

Andrew Godwin

unread,
Oct 26, 2014, 4:27:20 AM10/26/14
to south...@googlegroups.com
Which version of Django are you using? South does not work with Django 1.7, and it looks like you're trying to use it with it; please use the built-in migrations library instead.

Andrew
Reply all
Reply to author
Forward
0 new messages