https://github.com/varadbhogayata/django-local-library
Local Library in Django
https://github.com/varadbhogayata/django-local-library
bootstrap css3 django html5 sqlite
Last synced: 3 months ago
JSON representation
Local Library in Django
- Host: GitHub
- URL: https://github.com/varadbhogayata/django-local-library
- Owner: varadbhogayata
- License: cc0-1.0
- Created: 2020-06-21T05:12:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:16:35.000Z (almost 5 years ago)
- Last Synced: 2025-02-16T11:11:18.966Z (over 1 year ago)
- Topics: bootstrap, css3, django, html5, sqlite
- Language: Python
- Homepage: https://django-local-lib.herokuapp.com
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Local Library
This web application creates an online catalog for a small local library, where users can browse available books and manage their accounts.
The main features that have currently been implemented are:
* There are models for books, book copies, genre, language and authors.
* Users can view list and detail information for books and authors.
* Admin users can create and manage models.
* Librarians can renew reserved books
## Get started
Python version: 3.7.0
```
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py test # Run the standard tests. These should all pass.
python manage.py createsuperuser # Create a superuser
python manage.py runserver
```
* Open `http://127.0.0.1:8000` to see the main site.
# Website Link
https://django-local-lib.herokuapp.com