Code Monkey home page Code Monkey logo

Comments (5)

zaxlct avatar zaxlct commented on June 21, 2024

@a8926764
mysql 什么的都装了吧?
建立一个名为 imooc 数据库了吗?

from imooc-django.

a8926764 avatar a8926764 commented on June 21, 2024

mysql安装了,也建立imooc数据库了,也在setting里面配置了

from imooc-django.

a8926764 avatar a8926764 commented on June 21, 2024

@zaxlct

from imooc-django.

a8926764 avatar a8926764 commented on June 21, 2024

我搞定了。
解决方法:
1、把你app的migrations下边所有的00开头的文件都删除。
2、删除数据库里面的imooc数据库。
3、重新创建imooc数据库,同时设置编码格式。
CREATE DATABASE 数据库名 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
参考:http://www.bubuko.com/infodetail-1949094.html

from imooc-django.

zaxlct avatar zaxlct commented on June 21, 2024

@a8926764 厉害。

from imooc-django.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.