Metadata-Version: 1.0
Name: django-annoying
Version: 0.3
Summary: This is django application that try to eliminate annoying things in Django framework.
Home-page: http://www.assembla.com/spaces/django-annoying
Author: Anderson
Author-email: self.anderson@gmail.com
License: BSD
Description: 
        **Features:**
        
        - render_to decorator - reduce typing in django views.
        - signals decorator - allow use signals as decorators.
        - get_object_or_None function - similar to get_object_or_404, but returns None if object not found.
        - AutoOneToOne field - creates related object on first call if it doesnt exists yet.
        
        
        
        **Installation instruction:**
        
        - Copy annoying directory to your django project or put in on PYTHONPATH
        - Also you can run sudo python setup.py install or sudo easy_install django-annoying
        
        
        
        **Download:**
        
        - hg clone http://hg.assembla.com/django-annoying
        
        
Keywords: django
Platform: UNKNOWN
