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.51.tar.gz (14.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-common-0.1.51.tar.gz
Algorithm Hash digest
SHA256 b9921d607d05cce6d94aa70c1fc2ec584b6f0987126d8a746c1b9fc2dc11aefa
MD5 4b68180a42a174a587790d642d539b06
BLAKE2b-256 13323b00c64691e56386f88c1e4d2fbef9f26cfc7e11b1d396e482269f63013e

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