Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/null-none/django-mixin
Mixins for Django's class-based views.
https://github.com/null-none/django-mixin
django mixin mixins pip
Last synced: about 1 month ago
JSON representation
Mixins for Django's class-based views.
- Host: GitHub
- URL: https://github.com/null-none/django-mixin
- Owner: null-none
- License: bsd-3-clause
- Created: 2021-10-02T06:17:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T06:20:10.000Z (about 3 years ago)
- Last Synced: 2024-10-13T00:11:32.389Z (3 months ago)
- Topics: django, mixin, mixins, pip
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
- License: LICENSE
Awesome Lists containing this project
README
# django-mixin
Mixins for Django's class-based views.
## Documentation
[Read The Docs](https://django-mixin.readthedocs.io/en/latest/index.html)## Installation
Install from PyPI with `pip`:
`pip install django-mixin`## Building the Docs
1. Install docs requirements: `pip install -r requirements-docs.txt`.
2. `cd docs`.
3. `make html`.
4. Open `_build/index.html` in your browser.## Contributing
See our [contribution guide](https://django-mixin.readthedocs.io/en/latest/contributing.html)
Add yourself to `CONTRIBUTORS.txt` if you want.
All development dependencies are available in `requirements.txt` file.
To run the test suite, please install `tox` and as many Python interpreters as you'd
like to test against. Currently we test against 2.7, 3.6, 3.7, and 3.8.Once `tox` and Python(s) are installed, you can execute the entire suite by running
just the `tox` command.## Change Log
[Changelog on Read The Docs](https://django-mixin.readthedocs.io/en/latest/changelog.html)