Ibrahim Abou Elenein
Ibrahim Abou Elenein
yes, it would be helpful I guess freezegun have it treated it that way, so it will also make it easier to migrate from freezegun
mm yes but its behavior is correct with me ```py class TempTest2(TestCase): @freeze_time(datetime.datetime(2020, 6, 1, 0, 0, 0)) def test_time(self): print(timezone.now()) self.assertEqual(datetime.date(2020, 6, 1), timezone.now().date()) self.assertEqual(timezone.now().date(), datetime.date(2020, 6, 1)) @freeze_time("2020-06-01")...
not sure @abdullahkady , can you please provide us with more info like chrome version and OS? and also what happens when you click reload? @mostafa1912
Thank you @Abdoronic for you suggestions, we were in harry because of the finals after we will finish isA, we will consider your thought. also the code is a little...
> Currently, it isn't possible. > > How would you tell the difference between web and mobile logins? Do you mean mobile browser or mobile via a native mobile app?...
@kencochrane I think it might be something like this ```py DEFNDER_CONFIG = { "default": { "DEFENDER_DISABLE_IP": env.bool("DJANGO_DEFEBDER_DISABLE_IP", True), }, "special_endpoint": { "DEFENDER_DISABLE_IP": env.bool("DJANGO_SPECIAL_ENDPOINT_DEFEBDER_DISABLE_IP", True), }, } ``` default is the...
@kencochrane I don't know, so let's keep the issue open if anyone thought it's useful, he would react to the messages : )