GithubHelp home page GithubHelp logo

rxlgq / zcgl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yangbaohust/zcgl

0.0 1.0 0.0 818 KB

本项目是利用python3.6+django2.2开发的简易资产管理

Python 50.25% CSS 5.64% HTML 44.11%

zcgl's Introduction

zcgl

项目演示: http://119.3.63.64/ 用户名和密码是nodelete/123456 请不要修改这个密码
此项目为比较简单的资产管理。主要包含三块,1.资产列表;2.人员列表;3.日志审计
后端采用python3.6 + django2.2
前端采用html + css + js
希望你们能喜欢这个项目,有bug可以联系我([email protected])
项目的经过可以看本人博客https://www.cnblogs.com/ddzj01/p/11316837.html
这个项目放到网上之后,有不少人发邮件给我,说不知道如何启动项目,了解下来,基本上都是刚接触django的,想通过这个简单的项目来学习如何使用django。为了不误人子弟,特意将该项目重写了一遍,尽量做到代码和命名规范。并在readme.md中介绍如何启动项目。

如何启动项目

  1. 创建数据库,create database zcgl;
  2. 创建数据库用户,grant all on zcgl.* to scott@'%' identified by 'tiger';
  3. 将settings.py中DATABASES进行相关修改
  4. 安装相关包,pip install -r requirements.txt,如果是linux环境还需要先修改requirements.txt
  5. 迁移数据库,python manage.py migrate
  6. 创建超级用户,python manage.py createsuperuser
  7. 启动项目,python manage.py runserver 0.0.0.0:8000

下面是项目的部分截图

首页 Image text

登录 Image text

资产列表 Image text

资产类型 Image text

添加资产 Image text

资产详情 Image text

人员管理 Image text

日志记录 Image text

zcgl's People

Contributors

yangbaohust avatar

Watchers

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.