django-rmixins
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
Release files for django-rmixins 1.8.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-rmixins-1.8.0.tar.gz | 4.5 kB | Details |
Release files / django-rmixins-1.8.0.tar.gz
| Download URL | django-rmixins-1.8.0.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fee94c293bb12e513a3dbe79e78036d8b2ed6934bfbd9d1dca0dc50ef2de578b
|
|
BLAKE2b-256 checksum How to use checksums |
8626796794ab25220838ea808083f9b8f3792d66a6b43d98167bcc554e313ac9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |