• Stars
    star
    169
  • Rank 224,453 (Top 5 %)
  • Language
    Shell
  • License
    MIT License
  • Created almost 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

图书馆借还系统,一个Django写的练手项目

Slackers

A library management system written using Django.

如何使用

确保安装依赖(python3)

pip3 install -r requirements.txt

然后执行即可

python3 manage.py runserver 8000

主页: http://localhost:8000/

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

初始化用户名密码:

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

主页: index

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

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

管理界面

用户界面