============ django-layar ============ Django generic view for making `Layar `_ endpoints. Provides abstract class that responds to Layar API requests in the appropriate format. By implementing two small functions it is possible to add a layer to the Layar augmented reality application for Android and iPhone. django-layar is a project of Sunlight Labs (c) 2009. Written by James Turk Source: http://github.com/sunlightlabs/django-layar/ Requirements ============ python >= 2.4 django >= 1.0 Installation ============ To install run ``python setup.py install`` which will install the application into the site-packages directory. Usage ===== TBD