Skip to content

IKarbowiak/booksite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

booksite

Library-book search application

Author: Kilic Arslan Date: 20.6.2021 Description: A standard library book searcher that gets documents via the command manager and gives the output from the book-opinion tables. IMPORTANT NOTE1: Due to foreign key dependency, book instance of csv file should be uploaded before the opinion instance csv file.

Example: ### python manage.py import_csv --books books.csv python manage.py import_csv --opinions opinions.csv

NOTE2: Csv files should be put in the directory : "C:\booksite\book\management" ps: For seeing API views, check urls '/booksapi/' and '/opinionsapi/'


After setting and activating virtual env, remember to intall necessary packages. pip install -r requirements.txt

About

Library-book search application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.5%
  • HTML 10.5%