Git Product home page Git Product logo

fms's Issues

故障分析编辑很慢而且输入要等待很久最后保存失败报了很多错误

第一个问题:Not Found: /fms/skin-config.html

第二个问题:故障分析编辑很慢而且输入要等待很久最后保存失败报了很多错误

第三个问题:编辑之后展示结果很慢,感觉很卡

第四个问题:Not Found:/type/skin-config.html

目测 2 3问题是JS加载问题;
请修复下,谢谢。可以加QQ讨论么?嘿嘿

部署后有报错?

1、首页不显示图表呢?打开首页报error错误?

2、admin管理页面打不开

创建数据库记得使用字符呀,不然会报错

create database fms DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

报错如下
File "/usr/lib64/python3.6/site-packages/MySQLdb/connections.py", line 224, in query
_mysql.connection.query(self, query)
django.db.utils.OperationalError: (1366, "Incorrect string value: '\xE6\x9F\xA5\xE7\x9C\x8B...' for column 'name' at row 1")

skin-config.html file lost

"GET /accounts/contact/skin-config.html HTTP/1.1" 404 6795
"GET /fms/skin-config.html HTTP/1.1" 404 4015
"GET /dashboard/skin-config.html HTTP/1.1" 404 3686

创建者发送通知的bug

templates/fms/fms.html 中的
var nuser = "{{ request.session.fullname }}";
应该是
var nuser = "{{ request.user.fullname }}";

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.