建立数据库时出错

Issue #6 new
unlimitedsola created an issue

root@serversola:/home/sola/public_html/Hcrab/jaylab-download# ./manage.py syncdb -all Traceback (most recent call last): File "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 385, in execute_from_command_line utility.execute() File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 354, in execute django.setup() File "/usr/local/lib/python2.7/dist-packages/django/init.py", line 21, in setup apps.populate(settings.INSTALLED_APPS) File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate app_config.import_models(all_models) File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name) File "/usr/local/lib/python2.7/dist-packages/south/models.py", line 8, in <module> raise RuntimeError("South does not support Django 1.7 or higher. Please use native Django migrations.") RuntimeError: South does not support Django 1.7 or higher. Please use native Django migrations.

Comments (4)

  1. unlimitedsola reporter

    ...没有换行好尴尬 总之就是 RuntimeError: South does not support Django 1.7 or higher. Please use native Django migrations.

  2. Log in to comment