mezzanine 历险记

安装去github下载 mezzanine

https://github.com/ganmk/mezzanine

安装出现问题了:

grappelli_safe >= 0.4.5

问题好像出在这里

去github 下载 mezzanine-grappelli

https://github.com/sephii/mezzanine-grappelli/

安装后:

在生成项目:

现在目录出来了:

提示错误了:

参考:

然后启动:

后来查看db文件 发现没有用户数据 :

在群里询问里一下添加了一条用户数据:



 
insert into auth_user 
 VALUES (

	1,
  	
  'pbkdf2_sha256$30000$2vn05GVViIxb$JWC2MnuatkikmxAhSLej2OlNt3edLVQvNFv+8iM6v8g=',
  
  2017-05-11,
  
  1,
  '','',
 
	'example@example.com',
  1,
  
  1,
  2017-05-10,
  'admin'
  
  )

然后可以登录

原文地址:https://www.cnblogs.com/ganmk--jy/p/6840411.html