All Projects → waters00 → Slacklibrary

waters00 / Slacklibrary

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

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Slacklibrary

Django Mfa
Django-mfa (Multi Factor Authentication) is a simple package to add extra layer of security to your django web application. It gives web app a randomly changing password as an extra protection and supports u2f too
Stars: ✭ 139 (-3.47%)
Mutual labels:  django
Djangoblog
😱一款基于Django和Boostrap框架的个人博客网站源码
Stars: ✭ 142 (-1.39%)
Mutual labels:  django
Opssam
opsSAM运维平台 (基于saltstack、cobbler和zabbix接口的集成管理)
Stars: ✭ 143 (-0.69%)
Mutual labels:  django
Djangorestframework Dataclasses
Dataclasses serializer for Django REST framework
Stars: ✭ 138 (-4.17%)
Mutual labels:  django
Django Amazon Price Monitor
Monitors prices of Amazon products via Product Advertising API
Stars: ✭ 141 (-2.08%)
Mutual labels:  django
Django Push Notifications
Send push notifications to mobile devices through GCM or APNS in Django.
Stars: ✭ 1,881 (+1206.25%)
Mutual labels:  django
Django Starter Template
A project template for Django 2.0 that follows best practices.
Stars: ✭ 138 (-4.17%)
Mutual labels:  django
Django Fsm
Django friendly finite state machine support
Stars: ✭ 1,898 (+1218.06%)
Mutual labels:  django
Django React Typescript
A boilerplate with Django on the backend, React on the frontend, and much more!
Stars: ✭ 142 (-1.39%)
Mutual labels:  django
Wechat Django
WeChat-Django旨在为接入微信公众平台的django开发者提供便捷的微信功能封装及最基本的后台管理支持
Stars: ✭ 143 (-0.69%)
Mutual labels:  django
Django Intro Zh
Django 官方文档的 intro 部分的中文翻译
Stars: ✭ 141 (-2.08%)
Mutual labels:  django
Django Fsm Log
Automatic logging for Django FSM
Stars: ✭ 141 (-2.08%)
Mutual labels:  django
Django Crudbuilder
Generic CRUD implementation in Django
Stars: ✭ 142 (-1.39%)
Mutual labels:  django
Django Postgres Copy
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
Stars: ✭ 139 (-3.47%)
Mutual labels:  django
Django mail admin
The one and only django app to receive & send mail with templates and multiple configurations.
Stars: ✭ 140 (-2.78%)
Mutual labels:  django
Django Braces
Reusable, generic mixins for Django
Stars: ✭ 1,756 (+1119.44%)
Mutual labels:  django
Django Treenode
probably the best abstract model / admin for your tree based stuff. 🌳
Stars: ✭ 142 (-1.39%)
Mutual labels:  django
Openwisp Users
Implementation of user management and multi-tenancy for OpenWISP
Stars: ✭ 145 (+0.69%)
Mutual labels:  django
Djangosaml2
A maintenance fork of the original and no longer maintained djangosaml2 library.
Stars: ✭ 143 (-0.69%)
Mutual labels:  django
Schoolidolapi
The ultimate resource for LLSIF players
Stars: ✭ 142 (-1.39%)
Mutual labels:  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

管理界面

用户界面

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].