Building a Book Inventory in Django

I’m a voracious reader. With such a hobby I’ve gotten loads of books. Many-a-times, I tried to take an inventory of the books but failed, primarily because of laziness. With the recent passion with Django, I thought why not build something that will help me learn Django as well as which will be useful to me. If it comes out well, it may be useful to others as well.

So far it has gone on well. I’ve learnt about the below aspects as I built iCat (I got to work around the name that I came up with, because there was already a project in Sourceforge with the name that I needed).

  • Using Many-To-Many Field in Django
  • Building forms for models
  • Retrieving book details via Amazon REST

That is the progress that I’ve made so far. I want the below features built so that it is useful.

  • Ajax Integration
  • Barcode Integration

I’m planning to use jQuery for Ajax. I still need to find an ‘open source’ Barcode reader. I don’t want to buy a Barcode reader; I want to use the webcam or the camera attached with the mobile. If you’ve any suggestions, please let me know.

I’m sure if it all works out well, then I’ll build a book inventory easily and keep it updated too.

If you are interested, check out the code at Google Code.

This entry was posted in Programming and tagged . Bookmark the permalink.

2 Responses to Building a Book Inventory in Django

  1. Jorge says:

    Well, I found this, maybe is useful to you:

    http://www.wiredfool.com/2006/07/04/barcode-recognition/

  2. Koen says:

    Do you find out something about your barcode integration? And how well is the recognition via webcams?

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>