【发布时间】:2018-04-18 08:58:39
【问题描述】:
我是 AWS redshift 的新开发人员。
据我所知,AWS redshift 与 postgresql 非常相似
redshift 和 Django 之间是否有任何用于管理的库或模块(如自动迁移、自动迁移)?
我确实使用 SQLAlchemy 和 redshift 创建了一个表并访问了数据,但我不知道如何在 python Django 中做这件事。
任何建议或想法都可以!!
这个命令出现这个错误
python manage.py migrate
django.db.migrations.exceptions.MigrationSchemaMissing: Unable to create the django_migrations table (Column "django_migrations.id" has unsupported type "serial".
【问题讨论】:
标签: python django amazon-redshift