Home
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
DescriptionProject Moved to::
This is django application that try to eliminate annoying things in Django framework.
http://bitbucket.org/offline/django-annoying/wiki/Home
Features:
render_todecorator - reduce typing in django views.signalsdecorator - allow use signals as decorators.ajax_requestdecorator - returns JsonResponse with this dict as content.get_object_or_Nonefunction - 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.HttpResponseReload- reload and stay on same page from where request was made.
Installation instruction:
Copy annoying directory to your django project or put in on PYTHONPATHAlso you can run sudo python setup.py install or sudo easy_install django-annoying
Download:
hg clone http://hg.assembla.com/django-annoying