<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>django-annoying</name>
<shortdesc>This is django application that try to eliminate annoying things in Django framework.</shortdesc>
<description>**Features:**

            - render_to decorator - reduce typing in django views.
            - signals decorator - allow use signals as decorators.
            - ajax_request decorator - returns JsonResponse with this dict as content.
            - autostrip decoratro - strip text form fields before validation
            - get_object_or_None function - similar to get_object_or_404, but returns None if object not found.
            - get_config function - get settings from django.conf if exists, return default value otherwise.
            - AutoOneToOne field - creates related object on first call if it doesnt exists yet.
            - HttpResponseReload - reload and stay on same page from where request was made.
            - StaticServer middleware - instead of configuring urls.py, just add this middleware and it will serve you static files

                     

        **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://bitbucket.org/offline/django-annoying/</description>
<homepage rdf:resource="http://bitbucket.org/offline/django-annoying/wiki/Home" />
<maintainer><foaf:Person><foaf:name>Anderson</foaf:name>
<foaf:mbox_sha1sum>0307a92d8f060819614673326cd79c031f352f6b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.7.4</revision></Version></release>
</Project></rdf:RDF>