Giter VIP home page Giter VIP logo

djangox's Introduction

DjangoX

A web GUI suite for Django ORM data or API data management

依托于实际项目和生产环境互联网产品的总结积累,继承和扩展Xadmin,DjangoX 努力做 Django 框架的优秀实践项目。

特性

  • 经过生产环境大数据量的考验
  • 管理功能强大,接口灵活
  • 继承 xadmin 的强大的功能,将 xadmin 的内部能力API化
  • 扩展xadmin并持续维护,使用DjangoX不仅能管理 Django ORM 数据还能对接外部非模型数据(如:REST API)
  • 支持 Python2 和 Python3; 兼容 Django1.5+

使用

1.安装 django 和 crispy_forms 模块

easy_install django
easy_install django-crispy_forms

推荐组合

  • django==1.8及以下 + django-crispy_forms==1.4.0
  • django==1.9及以上 + django-crispy_forms==1.6

2.运行

cd example/
python manage.py runserver 81

3.浏览 http://127.0.0.1:81/

  • 登陆:admin
  • 密码:admin

Screenshots

info

info

info

info

Document

站点级配置介绍

模型管理功能配置介绍

菜单控制与配置

示例启动脚本简析

djangox's People

Contributors

jonexiong avatar pyrun13 avatar tonymistark 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.