March 2019

Django
2019-03-25 23:57 (6 years ago)

Freezegun is a Python library that hooks into the datetime module to allow for testing scenarios that require manipulating the current time, such as simulating the next day. When running tests in Django that assume the next day, there can be issues, such as tests failing before 9:00 AM if the system is set to the JST timezone.

DjangoPHP
2019-03-14 15:19 (6 years ago)

When developing with Vue, if you are running a webpack dev server and using Django for the API backend along with Django's authentication using Python social auth and an external Auth provider, you may encounter an issue.

Categories

Archive