A django app for keeping score on what books you have and where they are
Project description
==============
django-library
==============
A simple library app for Django 1.5, where "Library" is defined as "a
collection of books", not "a place to read/borrow books".
The *app* itself is ``library``.
For an example project incorporating the app, see
``homelibrary`` in the source.
Installation of Dependencies
============================
In development::
$ pip install -r requirements/local.txt
For production::
$ pip install -r requirements.txt
django-library
==============
A simple library app for Django 1.5, where "Library" is defined as "a
collection of books", not "a place to read/borrow books".
The *app* itself is ``library``.
For an example project incorporating the app, see
``homelibrary`` in the source.
Installation of Dependencies
============================
In development::
$ pip install -r requirements/local.txt
For production::
$ pip install -r requirements.txt