Django-ERP icon indicating copy to clipboard operation
Django-ERP copied to clipboard

想知道这个ERP的部署环境是啥

Open VanSkyWalker opened this issue 8 years ago • 11 comments

python版本是多少? 有没部署文档之类的东西?

VanSkyWalker avatar Mar 30 '16 08:03 VanSkyWalker

看配置文件好像是 python 2.7 + django1.8

m978718484 avatar Apr 11 '16 11:04 m978718484

django.db.utils.ProgrammingError: (1146, "Table 'mysql.basedata_valuelistitem' doesn't exist")这是为什么?需要我建议数据库?

ayonel avatar Apr 15 '16 15:04 ayonel

我在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

m978718484 avatar Apr 16 '16 10:04 m978718484

你把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

mhstrongman avatar Apr 18 '16 13:04 mhstrongman

我搭起来了,不过感觉没什么用,大家还是别浪费时间了

faner-father avatar Oct 24 '16 09:10 faner-father

django.db.utils.ProgrammingError: (1146, "Table 'mysql.basedata_valuelistitem' doesn't exist") 怎么解决??how to solve this problem

wang393639309 avatar Feb 20 '17 13:02 wang393639309

怎么搭建啊,显示UnicodeDecodeError: 'utf8' codec can't decode byte 0xb4 in position 1: invalid start byte

lzxlin avatar Jun 12 '17 07:06 lzxlin

请问怎么部署到服务器(ubuntu+ngnix)上面。

fengspider avatar Sep 18 '17 08:09 fengspider

我已经改为django2.0 python 3.6, 完美运行,数据库改成postgresql, 初始数据也改成postgresql 的备份文件。下载地址:https://download.csdn.net/download/mikewolfli/10275458

mikewolfli avatar Mar 08 '18 05:03 mikewolfli

怎么把启动地址由127.0.0.1:8000改成本机地址啊?

zhangax avatar Apr 11 '18 06:04 zhangax

(fields.E009) 'max_length' is too small to fit the longest value in 'choices' 这就很难受

Armar12 avatar Aug 18 '20 06:08 Armar12