Deguise
Results
1
comments of
Deguise
Hello, My solution is to detect if test are running or not. In _settings.py_ file: ``` # Allow to detect if test are running or not TESTING = bool(len(sys.argv) >...