Django 1.8 RC1: ProgrammingError when creating database tables

前端 未结 4 2205
离开以前
离开以前 2020-12-16 16:03

I\'m using AbstractBaseUser for my user models in various projects. Updating to Django 1.8 RC1 works smoothly and I can run the migrate management command. However, when try

4条回答
  •  离开以前
    2020-12-16 16:13

    I'm using:

    ./manage.py makemigrations
    

    then

    ./manage.py migrate auth
    

    and then

    ./manage.py migrate
    

提交回复
热议问题