Coder Social home page Coder Social logo

librarys's Introduction

Library

A library management system written using Django.

如何使用

可以先安装pyenv管理python版本的

可以百度如何安装pyenv

之后就可以在电脑上安装多个python版本,随意切换

切换python版本到3.4.2 切换python版本到3.5.2

pyenv local 3.4.2
或者
pyenv local 3.5.2

确保对应的python版本是安装过pip包管理器的

确保安装依赖(python3) 用pip安装本项目的依赖

pip install -r requirements.txt

然后执行即可,服务就可以跑起来

python manage.py runserver 8000

主页: http://localhost:8000/

后台页面: http://localhost:8000/admin/

初始化用户名密码:

python manage.py create_admin_account --username admin --password admin

主页: index

书目检索页面:可以根据ISBN/书名/作者检索

书籍信息爬取自豆瓣读书Top250,读者信息用Faker生成 登陆方式为电话号码,密码为password

管理界面

用户界面

关于数据库

librarys's People

Watchers

 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.