GithubHelp home page GithubHelp logo

lukehuang / xadmin_django2.0.1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mtianyan/xadmin_ueditor_django2.2

0.0 2.0 0.0 1.22 MB

个人修改bug版xadmin, 亲测Python3.5+django2.0.1可用(3.6应该也可用)

Python 68.25% CSS 3.93% JavaScript 11.13% HTML 16.69%

xadmin_django2.0.1's Introduction

xadmin_django2.0.1

Build Status

基于原版 for Django 2.0版本分支修改部分bug, 如果对您有所帮助, 还请star!谢谢!

  • 只修改bug, 以及必要改动。个人项目自用, 亲测Python3.5+django2.0.1运行正常

bug汇总(也可通过commit记录查看已修复bug):

  • IndexError(已解决)
list index out of range

解决方案基于: sshwsfc/xadmin#499

  • 导出csv中文乱码(已解决)

解决方案: 修改xadmin/plugins/export.py(大约221行)get_response中charset改为gbk

content_type="%s; charset=gbk" % self.export_mimes[file_type])
  • 后台ImageFiled图片已经有了还需要提交(已解决)

xadmin_django2.0.1's People

Contributors

mtianyan avatar

Watchers

 avatar  avatar

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.