a django library manager
Project description
Django Library RESTful API
project description
A django app RESTful api to manage multiple libraries concurrently.
- Can add many library
- Book shelves can be added to any library with a specific number
- Lending books from libraries to one user can be managed
About
This is a RESTful api to manage multiple libraries that borrow book to user. the admin.py create good django adminstration for library that you can:
- Search name , author or user that borrow book
- Filter author of books
- Search book and library between list of shelves
- Filter shelves of specific library
- Search Library in specific city
- Look for which library has a specific book
- Filter borrows list with borrow date and give back date
Installation
Install using pip
::
pip install djangorestframework
pip install django-library-restful
-
Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'django_library_restful', ]
-
Include the library URLconf in your project urls.py like this::
from django.urls import path, include
from django_library_restfull.router import bookstore_api_router
urlpatterns = [
path('api/library/', include(bookstore_api_router.urls))
]
-
Run
python manage.py makemigrations django_library_restfull
to create the sql. -
Run
python manage.py migrate
to create the polls models. -
Use library api
License
Uses the MIT license.
- Django Library RESTful api : https://github.com/MHolger77/django-libraries
- MIT: http://opensource.org/licenses/MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django_library_restful-0.0.11.tar.gz
.
File metadata
- Download URL: django_library_restful-0.0.11.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8ad942938d5e44dd28b2b091ffb3a85bcba5c051ed7d5249929be31b7d86369 |
|
MD5 | 0d4277dceb27ce1d603bfdd0088ef0c1 |
|
BLAKE2b-256 | 43fab565830978014e199e5da79d1a344e8db1044619caea8e2b8b6c77ea7326 |
File details
Details for the file django_library_restful-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: django_library_restful-0.0.11-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc8e7ff411b1e828c8c11595352f755007e0f39b56027299fd0a174de2112c78 |
|
MD5 | a47f51c65a4335cf6646ea2ee028066e |
|
BLAKE2b-256 | 97b1f03856fa9d0995279d04392b14d1894226390a1cc7367a3bc1da083d237f |