You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could be a documentation clarity issue here. The docs describe the parameters as *args (list of str and/or tuple) – List of ip addresses or CIDR notation and/or (start, end) tuples of ip addresses. I can imagine how the use of "list" in that description might lead someone to pass a literal list as you have. The *args parameter naming is intended to show that iterable unpacking is being used as the list source for this varadic function.
I am optionally using this (to time save a local DHCP address allocation and guess work) and I get this when I run:
django-admin check auth admin
as I am configuring the Admin Site for Development & Local environments.The text was updated successfully, but these errors were encountered: