私はサッチモを試してみましたが、最初の試行で大きな問題が発生し、何が問題なのかわかりません。$ python clonesatchmo.py
明確なdjangoプロジェクトを作成すると、エラーが発生します:
$ python clonesatchmo.py
Creating the Satchmo Application
Customizing the files
Performing initial data synching
Traceback (most recent call last):
File "manage.py", line 18, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
Traceback (most recent call last):
File "manage.py", line 18, in <module>
from django.core.management import execute_manager
ImportError: cannot import name execute_manager
Error: Can not copy the static files.
Error: Can not syncdb.
AND ストア フォルダーを作成します。このように試してみるとうまくいきます!!:
$ python manage.py shell
>>> import os, sys
>>> print sys.executable
/some/path/to/python
>>> os.system('bash')
$ /some/path/to/python manage.py validate
# this is NOT fail on "from django.core.management import execute_manager"
Django 1.6 と Satchmo 0.9.3、python 2.7.5 を持っています (virtualenv は使用しません)