**Features:**
- render_to decorator - Reduce typing in django views.
- signals decorator - Allow using signals as decorators.
- ajax_request decorator - Returns JsonResponse with dict as content.
- autostrip decorator - Strip form text fields before validation.
- get_object_or_None function - Similar to get_object_or_404, but returns None if the object is not found.
- get_config function - Get settings from django.conf if exists, return a default value otherwise.
- AutoOneToOne field - Creates related object on first call if it doesn't exist 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.
- JSONField - A field that stores a Python object as JSON and retrieves it as a Python object.
**Installation instructions:**
- Copy the "annoying" directory to your Django project or put it in your PYTHONPATH.
- You can also run "python setup.py install", "easy_install django-annoying", or "pip install django-annoying".
**Download:**
- git clone git://github.com/skorokithakis/django-annoying.git
- hg clone http://bitbucket.org/Stavros/django-annoying/
Raw data
{
"_id": null,
"home_page": "https://github.com/skorokithakis/django-annoying",
"name": "django-annoying",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "django",
"author": "Stavros Korokithakis",
"author_email": "stavros@korokithakis.net",
"download_url": "https://files.pythonhosted.org/packages/fa/d0/3621d3ffeedd44f8fee1bd1142c2118a377bdb28f2974b1e92108f71e5cd/django-annoying-0.10.7.tar.gz",
"platform": null,
"description": "\n **Features:**\n\n - render_to decorator - Reduce typing in django views.\n - signals decorator - Allow using signals as decorators.\n - ajax_request decorator - Returns JsonResponse with dict as content.\n - autostrip decorator - Strip form text fields before validation.\n - get_object_or_None function - Similar to get_object_or_404, but returns None if the object is not found.\n - get_config function - Get settings from django.conf if exists, return a default value otherwise.\n - AutoOneToOne field - Creates related object on first call if it doesn't exist yet.\n - HttpResponseReload - Reload and stay on same page from where request was made.\n - StaticServer middleware - Instead of configuring urls.py, just add this middleware and it will serve you static files.\n - JSONField - A field that stores a Python object as JSON and retrieves it as a Python object.\n\n\n **Installation instructions:**\n\n - Copy the \"annoying\" directory to your Django project or put it in your PYTHONPATH.\n - You can also run \"python setup.py install\", \"easy_install django-annoying\", or \"pip install django-annoying\".\n\n\n **Download:**\n\n - git clone git://github.com/skorokithakis/django-annoying.git\n - hg clone http://bitbucket.org/Stavros/django-annoying/\n\n \n",
"bugtrack_url": null,
"license": "BSD",
"summary": "This is a django application that tries to eliminate annoying things in the Django framework.",
"version": "0.10.7",
"project_urls": {
"Homepage": "https://github.com/skorokithakis/django-annoying"
},
"split_keywords": [
"django"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fad03621d3ffeedd44f8fee1bd1142c2118a377bdb28f2974b1e92108f71e5cd",
"md5": "f3c53f9d70686a866520246c4699d9ab",
"sha256": "d42a9f4757701903edcb3398c542e6d39e67856295059589296c277350d02fc0"
},
"downloads": -1,
"filename": "django-annoying-0.10.7.tar.gz",
"has_sig": false,
"md5_digest": "f3c53f9d70686a866520246c4699d9ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 11638,
"upload_time": "2024-07-30T18:58:07",
"upload_time_iso_8601": "2024-07-30T18:58:07.063125Z",
"url": "https://files.pythonhosted.org/packages/fa/d0/3621d3ffeedd44f8fee1bd1142c2118a377bdb28f2974b1e92108f71e5cd/django-annoying-0.10.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-30 18:58:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "skorokithakis",
"github_project": "django-annoying",
"travis_ci": true,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "django-annoying"
}