Skip to content

web app for managing a simple library with books and users

License

Notifications You must be signed in to change notification settings

abarcz/web-library

Repository files navigation

web-library

web app for managing a simple library with books and users

features:

  • checking out and returning books
  • putting books on hold and unholding
  • db backend + orm
  • web app

how to use:

  • set up a database and fill it with books and users manually (sorry...)
  • copy config.py.template to config.py and set to correct values
  • configure apache2 with mod_apache

to create tables run the following in a python shell:

import config
import library
pm = library.PersistenceManager(config.DB_PATH)
pm.create_tables()

About

web app for managing a simple library with books and users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published