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
In my case, when has IP white lists, the program can't get the remote_addr. But in the base_model, the field is setted to not null. remote_addr = models.GenericIPAddressField()
the requested_at is the same. requested_at = models.DateTimeField(db_index=True)
The text was updated successfully, but these errors were encountered:
In my case, when has IP white lists, the program can't get the remote_addr. But in the base_model, the field is setted to not null.
remote_addr = models.GenericIPAddressField()
the requested_at is the same.
requested_at = models.DateTimeField(db_index=True)
The text was updated successfully, but these errors were encountered: