Git Product home page Git Product logo

django_auth_system's Introduction

django_auth_system

说明:后端使用django, 前端使用layuimini, 数据库使用mysql5.7的后台管理系统

后端人员可基于此快速开发自己的应用

一.目录结构

1.文件夹说明

├─auth_system # 入口app

├─common # 自定义函数

├─login # 登陆app

├─sql # sql文件

├─static # 静态文件

├─sys_manage #系统管理app

└─templates #html文件

二.页面

1.登陆界面 image

2.首页 image

3.用户管理 image

image

4.角色管理 image

image

5.权限管理 image

6.日志管理 image

三. 项目部署

1.github下载项目

2.安装项目依赖、第三方包

pip3 install -r requirements.txt

3.安装mysql, centos7安装mysql5.7可参考以下博客

https://blog.csdn.net/qq_27454363/article/details/126517907?spm=1001.2014.3001.5501

4.创建数据库auth_system

5.执行数据库迁移, 生产对应的系统表

python3 manage.py migrate

6.导入sql文件夹下的auth_system.sql, 插入相关数据

7.运行项目

python3 manage.py runserver

django_auth_system's People

Contributors

zoujunqiang 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.