A number of useful django shortcuts and helpers
Project description
Django-common provides useful shortcuts for developing django projects.
Overview
context_processors
settings_processor - put django.conf.settings into RequestContext
decorators
render_to - classic render_to functionality
paged - paginate the response_qs variable in response. Used with render_to.
ajax - wrap view reponse into JSON
fields
AutoOneToOneField - OneToOne field which automatically creates related object
forms
build_form - shortcut for creating GET/POST form with one line of code
http
HttpResponseJson - Response class which wraps data into JSON format. Used in common.decorators.ajax
middleware
LoginRequiredMiddleware - restrict guest access
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-common-0.1.50.tar.gz
.
File metadata
- Download URL: django-common-0.1.50.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50e82f05dad99e128dcb91c106093e46a1be9bfa043e48b341992ec23194f7bb |
|
MD5 | 20402d2d7cd33551cf5d3ab9ed101de8 |
|
BLAKE2b-256 | fe1bb57afe73f28075de8a5ae8c1b70ec8cd865b27c2f8ce78b8b70396eb4f43 |