Skip to main content

Mixins to use for Djangos Class Based Views.

Project description

What is it?

django-simple-mixins 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-simple-mixins

  • Run pip install django-simple-mixins.

  • Run easy_install django-simple-mixins.

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

  • Download or “git clone” the package and add simplemixins to your PYTHONPATH.

Usage

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

from django.views.generic import ListView

from simplemixins.mixins import CacheMixin

class ArticleListView(CacheMixin, ListView):
    cache_timeout = 60 * 15     # 900 – that is, 15 minutes multiplied by 60 seconds per minute.
    model = Article

Requirements

Django>=1.5

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-simple-mixins-0.1.0.zip (6.1 kB view details)

Uploaded Source

File details

Details for the file django-simple-mixins-0.1.0.zip.

File metadata

File hashes

Hashes for django-simple-mixins-0.1.0.zip
Algorithm Hash digest
SHA256 b16c2f4fe924e48aaf233f010dee8c4f35d7f7196336b952d8bedc6e49a27e88
MD5 1b0a75c2688164bae8ab1899f47e240d
BLAKE2b-256 d538adfc2537e1e2349692d656fddd574e74d6852ea18235f884647297572603

See more details on using hashes here.

Supported by

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