https://github.com/dakrauth/django-vanilla-extract
https://github.com/dakrauth/django-vanilla-extract
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dakrauth/django-vanilla-extract
- Owner: dakrauth
- License: bsd-2-clause
- Created: 2025-12-20T05:01:54.000Z (6 months ago)
- Default Branch: extract
- Last Pushed: 2025-12-21T09:56:51.000Z (6 months ago)
- Last Synced: 2025-12-22T13:04:49.242Z (6 months ago)
- Language: Python
- Size: 603 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django Vanilla Extract Views
**Beautifully simple class-based views.**
Modernized Django Vanilla Views [django-vanilla-views.org][docs].
Enhancements include:
* Support for:
* `uv`
* `pytest`
* `just`
* Removed `tox` support
* Support for Django 4.2.x, 5.2.x, 6.0.x
* Support for Python 3.10 - 3.14 (as determined by Django requirements)
## Development Requirements
Required: [`uv`] and [`just`]
[docs]: http://django-vanilla-views.org
[uv]: https://docs.astral.sh/uv/getting-started/installation/
[just]: https://just.systems/