Pinned Loading
-
django
django PublicForked from django/django
The Web framework for perfectionists with deadlines.
Python
-
Stripe-style short alphanumeric UUID...
Stripe-style short alphanumeric UUID fields 1from django.db.models import SubfieldBase
2from django.core.exceptions import ImproperlyConfigured
3from django_extensions.db.fields import ShortUUIDField
45class XidField(ShortUUIDField):
-
Gets US holidays rrules, to be used ...
Gets US holidays rrules, to be used with python-dateutil and exrules 1from dateutil import rrule
2from datetime import datetime
34def get_schedule_holidays_rrules():
5return [
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.