【问题标题】:Migration names should contain only alphanumeric characters and underscores迁移名称应仅包含字母数字字符和下划线
【发布时间】:2014-08-11 14:26:19
【问题描述】:

我收到以下错误:

$(test)kr1sek@kr1sek:~/.virtualenvs/test/mysite$ python manage.py datamigration test1 --initial 迁移名称应仅包含字母数字字符和下划线。 $(test)kr1sek@kr1sek:~/.virtualenvs/test/mysite$ `

我知道如何解决它..

【问题讨论】:

    标签: django django-south


    【解决方案1】:

    South的Data迁移不带初始参数,应该是迁移名称,例如:

    python manage.py datamigration test1 loading_initial_data
    

    initial 与 schemamigration 有关,用于应用程序的初始架构。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-02-23
      • 2010-09-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-02-09
      相关资源
      最近更新 更多