Skip to content

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

License

Notifications You must be signed in to change notification settings

blueslin0711/Slackers

 
 

Repository files navigation

Slackers

A library management system written using Django.

如何使用

确保安装依赖(python3)

pip3 install -r requirements.txt

然后执行即可

python3 manage.py runserver 8000

主页: http:https://localhost:8000/

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

初始化用户名密码:

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

主页: index

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

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

管理界面

用户界面

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.8%
  • HTML 33.4%
  • CSS 2.8%