Werner Kuehn
Werner Kuehn
Hi, I am running Django with multiple tenants. For each tenant I am using a different settings.ini file. But each of this files has common parameters like e.g. DB credentials....
**Python version** 3.10 **Django version** 4.2.0 **Package version** latest from GIT **Current behavior (bug description)** maintenance_mode_state.txt file gets deleted from directory **Expected behavior** maintenance_mode_state.txt file should be stay Problem under...
I have set: ``` MAINTENANCE_MODE_IGNORE_SUPERUSER = True MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER = True ``` When activating the maintenance mode also the superuser gets logged out and has no change to sign-in again. With...
**Python version** 3.10 **Package version** latest **Current behavior (bug description)** write_file atomic=True destroys the created file on exit. Obviously fsutil is not designed for running on Windows. Cannot handle directory...
Hi, When running tests with your package I am getting this warning: `django.conf.urls.url() is deprecated in favor of django.urls.re_path()` Could you please update urls.py Thanks
Adding the Path variable gives you the path to a phone message
The TR065 API allows to get the path to the answering machine messages. In the fritzcall.py module you would need to add the Path variable to the __init__ section of...