{"id":16909306,"url":"https://github.com/drager/django-simple-mixins","last_synced_at":"2026-04-29T14:03:48.728Z","repository":{"id":16164237,"uuid":"18910385","full_name":"drager/django-simple-mixins","owner":"drager","description":"django-simple-mixins contains some Mixins to use for Django's Class Based Views.","archived":false,"fork":false,"pushed_at":"2014-04-19T08:19:32.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T15:39:15.370Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drager.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-18T10:42:31.000Z","updated_at":"2015-03-26T21:29:33.000Z","dependencies_parsed_at":"2022-09-02T16:47:47.202Z","dependency_job_id":null,"html_url":"https://github.com/drager/django-simple-mixins","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/drager/django-simple-mixins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fdjango-simple-mixins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fdjango-simple-mixins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fdjango-simple-mixins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fdjango-simple-mixins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drager","download_url":"https://codeload.github.com/drager/django-simple-mixins/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drager%2Fdjango-simple-mixins/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261730916,"owners_count":23201206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T18:55:17.584Z","updated_at":"2026-04-29T14:03:43.681Z","avatar_url":"https://github.com/drager.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"==========================\ndjango-simple-mixins\n==========================\n\nWhat is it?\n===========\n\ndjango-simple-mixins is a simple Django App that contains some Mixins to use for Django's Class Based Views.\n\nInstallation\n============\n\nYou can do any of the following to install ``django-simple-mixins``\n\n- Run ``pip install django-simple-mixins``.\n- Run ``easy_install django-simple-mixins``.\n- Download or \"git clone\" the package and run ``setup.py``.\n- Download or \"git clone\" the package and add ``simplemixins`` to your PYTHONPATH.\n\nUsage\n=====\n\nFor example if you'd like to use the ``CacheMixin``::\n\n    from django.views.generic import ListView\n    \n    from simplemixins.mixins import CacheMixin\n\n    class ArticleListView(CacheMixin, ListView):\n        cache_timeout = 60 * 15     # 900 – that is, 15 minutes multiplied by 60 seconds per minute.\n        model = Article\n\nRequirements\n============\n\n`Django\u003e=1.5\n\u003chttps://github.com/django/django/\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrager%2Fdjango-simple-mixins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrager%2Fdjango-simple-mixins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrager%2Fdjango-simple-mixins/lists"}