Giter VIP home page Giter VIP logo

silverfox's Introduction

SilverFox(银狐),KBEngine后台管理系统

SilverFox是一个采用Django和基于Bootstrap开发的Gentelella模板实现的KBEngine服务器后台管理系统.

文档

SilverFox开发环境配置
SilverFox的介绍

安装

安装内容请参考项目根目录里面的安装文档(Installer.md)

Django的配置

Pycharm打开SilverFox工程,在Pycharm菜单Tools里面选择'Run manage.py task',出现Django的manage.py控制台

  1. 初始化数据库
    控制台输入makemigrations创建相关的迁移文件
    迁移文件创建完毕,输入migrate,在数据库中创建相关的数据库表
    SilverFox默认使用SQLite3作为后台数据库,如果需要更改数据库,请参照Django的相关文档

  2. 调试SilverFox
    首先确保KBEngine已经启动
    查看SilverFox.setting.py的MACHINES_ADDRESS配置项的内容是KBEngine启动的服务器IP地址
    在Pycharm菜单Run里面选择'Run SilverFox',等启动完毕,在浏览器输入http://127.0.0.1:8080/就可以调试SilverFox
    用户名和密码在登录界面有说明

界面

silverfox's People

Contributors

jackylvm avatar

Watchers

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