About Using Infinities
For mathematical operations when you need infinities, you can get them like this:
1 2 3 | INFINITY = float('inf') MINUS_INFINITY = float('-inf') MINUS_INFINITY < 42 < INFINITY |
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You