Skip to main content

Yet another django mixins compilation

Project description

What is it?

django-rmixins is a simple Django App that contains some Mixins to use for Django’s Class Based Views.

Installation

You can do any of the following to install django-rmixins

  • Run pip install django-rmixins.

  • Run easy_install django-rmixins.

  • Download or “hg clone” the package and run setup.py.

  • Download or “hg clone” the package and add rmixins to your PYTHONPATH.

Usage

For example if you’d like to use the CacheMixin:

from django.views.generic import ListView

from rmixins.mixins import CacheMixin

class PostsListView(CacheMixin, ListView):
    cache_timeout = 900
    model = Posts

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-rmixins-1.8.0.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file django-rmixins-1.8.0.tar.gz.

File metadata

File hashes

Hashes for django-rmixins-1.8.0.tar.gz
Algorithm Hash digest
SHA256 fee94c293bb12e513a3dbe79e78036d8b2ed6934bfbd9d1dca0dc50ef2de578b
MD5 186fb68b74f351816dd1fa7c4af4d428
BLAKE2b-256 8626796794ab25220838ea808083f9b8f3792d66a6b43d98167bcc554e313ac9

See more details on using hashes here.

Provenance

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