Скачал и поставил этот south - не помогло( вообще ошибку выдает:
PS D:\django\istolp> python manage.py migrate dveri
Running migrations for dveri:
- Migrating forwards to 0001_initial.
> dveri:0001_initial
FATAL ERROR - The following SQL query failed: CREATE TABLE "dveri_article" ("id" integer NOT NULL PRIMARY KEY, "name" va
rchar(100) NOT NULL, "text" text NOT NULL);
The error was: table "dveri_article" already exists
! Error found during real run of migration! Aborting.
! Since you have a database that does not support running
! schema-altering statements in transactions, we have had
! to leave it in an interim state between migrations.
! You *might* be able to recover with: = DROP TABLE "dveri_article"; []
= DROP TABLE "dveri_dver"; []
= DROP TABLE "store_dver_categories"; []
= DROP TABLE "dveri_category"; []
= DROP TABLE "store_dver_categories"; []
! The South developers regret this has happened, and would
! like to gently persuade you to consider a slightly
! easier-to-deal-with DBMS (one that supports DDL transactions)
! NOTE: The error which caused the migration to fail is further up.
Error in migration: dveri:0001_initial
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "G:\Python27\lib\site-packages\django\core\management\__init__.py", line 443, in execute_from_command_line
utility.execute()
File "G:\Python27\lib\site-packages\django\core\management\__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "G:\Python27\lib\site-packages\django\core\management\base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "G:\Python27\lib\site-packages\django\core\management\base.py", line 232, in execute
output = self.handle(*args, **options)
File "G:\Python27\lib\site-packages\south\management\commands\migrate.py", line 107, in handle
ignore_ghosts = ignore_ghosts,
File "G:\Python27\lib\site-packages\south\migration\__init__.py", line 219, in migrate_app
success = migrator.migrate_many(target, workplan, database)
File "G:\Python27\lib\site-packages\south\migration\migrators.py", line 235, in migrate_many
result = migrator.__class__.migrate_many(migrator, target, migrations, database)
File "G:\Python27\lib\site-packages\south\migration\migrators.py", line 310, in migrate_many
result = self.migrate(migration, database)
File "G:\Python27\lib\site-packages\south\migration\migrators.py", line 133, in migrate
result = self.run(migration)
File "G:\Python27\lib\site-packages\south\migration\migrators.py", line 107, in run
return self.run_migration(migration)
File "G:\Python27\lib\site-packages\south\migration\migrators.py", line 81, in run_migration
migration_function()
File "G:\Python27\lib\site-packages\south\migration\migrators.py", line 57, in
return (lambda: direction(orm))
File "D:\django\istolp\dveri\migrations\0001_initial.py", line 15, in forwards
('text', self.gf('tinymce.models.HTMLField')()),
File "G:\Python27\lib\site-packages\south\db\generic.py", line 44, in _cache_clear
return func(self, table, *args, **opts)
File "G:\Python27\lib\site-packages\south\db\generic.py", line 348, in create_table
', '.join([col for col in columns if col]),
File "G:\Python27\lib\site-packages\south\db\generic.py", line 273, in execute
cursor.execute(sql, params)
File "G:\Python27\lib\site-packages\django\db\backends\util.py", line 40, in execute
return self.cursor.execute(sql, params)
File "G:\Python27\lib\site-packages\django\db\backends\sqlite3\base.py", line 337, in execute
return Database.Cursor.execute(self, query, params)
django.db.utils.DatabaseError: table "dveri_article" already exists