Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-common-0.1.50.tar.gz (14.4 kB view details)

Uploaded Source

File details

Details for the file django-common-0.1.50.tar.gz.

File metadata

File hashes

Hashes for django-common-0.1.50.tar.gz
Algorithm Hash digest
SHA256 50e82f05dad99e128dcb91c106093e46a1be9bfa043e48b341992ec23194f7bb
MD5 20402d2d7cd33551cf5d3ab9ed101de8
BLAKE2b-256 fe1bb57afe73f28075de8a5ae8c1b70ec8cd865b27c2f8ce78b8b70396eb4f43

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page