Metadata-Version: 2.1
Name: LibraryApp
Version: 2.0.8
Summary: A simple django library app 
Home-page: UNKNOWN
Author: kevin
Author-email: kevin@kev.com
License: MIT License
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: Django (<=2.2.2,>=1.11.22)
Requires-Dist: djangorestframework (==3.9.4)
Requires-Dist: celery (>=3.1.16)

# LibraryApp

LibraryApp is a django app that allows you to view and borrow books from a library system.

## Installation

```bash
pip install LibraryApp
```

## Usage

```python
docs_app makemigrations
docs_app migrate
docs_app runserver
```

## Contributing
Pull requests are welcome. 
Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

