Giter Club home page Giter Club logo

awesome-admin's Introduction

AWESOME ADMIN [development]

一个针对 django admin UI及功能的改进版本

目前该项目正在开发中

考虑到使用了商业模板,禁止提交任何商业代码,样式文件暂时不入库 后期有精力去商业化后,正式对外。

我们目前使用的商业模板是 inspina。向大家推荐下,很不错的管理模板

开发配置

模板引用

因为有大量静态资源使用了商业模板

需要配置路径指向商业模板,比如:

STATICFILES_DIRS = (
    os.path.expanduser('~/OneDrive/Resources/themes'),
)

引入包

对于需要参与开发本模块的同学,请自行添加 PYTHONPATH 路径。 基于内部项目开发的同学,请确保代码仓库路径与 settings.py 中声明路径一致

开源 js 引用

在商业模板中,存在大量的开源模块,对于此类型模块。

要求必须使用

npm i 模块名 --save-dev

存储在 package.json 中

此外还应该更新对应项目的 STATICFILES_DIRS。以 jquery 为例:

STATICFILES_DIRS += (
    os.path.expanduser('<AWESOME-ADMIN-LOCAL-PATH>/node_modules/jquery'),
)

awesome-admin's People

Contributors

9nix00 avatar

Stargazers

张悦 avatar handrix avatar

Watchers

 avatar James Cloos 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.