Django-ERP
Django-ERP copied to clipboard
想知道这个ERP的部署环境是啥
python版本是多少? 有没部署文档之类的东西?
看配置文件好像是 python 2.7 + django1.8
django.db.utils.ProgrammingError: (1146, "Table 'mysql.basedata_valuelistitem' doesn't exist")这是为什么?需要我建议数据库?
我在Python2.7+django1.8+Mysql5.6(应该是5.6)搭建成功,数据库需要自己建(有脚本项目里面)
在 2016-04-15 23:23:11,ayonel [email protected] 写道:
django.db.utils.ProgrammingError: (1146, "Table 'mysql.basedata_valuelistitem' doesn't exist")这是为什么?需要我建议数据库?
— You are receiving this because you commented. Reply to this email directly or view it on GitHub
你把SQL里面的.sql脚本回复就好了
发件人: m978718484 [email protected] 发送时间: 2016年4月16日 18:29 收件人: zhuinfo/Django-ERP 主题: Re: [zhuinfo/Django-ERP] 想知道这个ERP的部署环境是啥 (#2)
我在Python2.7+django1.8+Mysql5.6(应该是5.6)搭建成功,数据库需要自己建(有脚本项目里面)
在 2016-04-15 23:23:11,ayonel [email protected] 写道:
django.db.utils.ProgrammingError: (1146, "Table 'mysql.basedata_valuelistitem' doesn't exist")这是为什么?需要我建议数据库?
― You are receiving this because you commented. Reply to this email directly or view it on GitHub
― You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHubhttps://github.com/zhuinfo/Django-ERP/issues/2#issuecomment-210786897
我搭起来了,不过感觉没什么用,大家还是别浪费时间了
django.db.utils.ProgrammingError: (1146, "Table 'mysql.basedata_valuelistitem' doesn't exist") 怎么解决??how to solve this problem
怎么搭建啊,显示UnicodeDecodeError: 'utf8' codec can't decode byte 0xb4 in position 1: invalid start byte
请问怎么部署到服务器(ubuntu+ngnix)上面。
我已经改为django2.0 python 3.6, 完美运行,数据库改成postgresql, 初始数据也改成postgresql 的备份文件。下载地址:https://download.csdn.net/download/mikewolfli/10275458
怎么把启动地址由127.0.0.1:8000改成本机地址啊?
(fields.E009) 'max_length' is too small to fit the longest value in 'choices' 这就很难受