Leonardo Augusto Perrella
Leonardo Augusto Perrella
I've tried to run flask with dynaconf using .toml file and got this error. I checked the file base.py on function get_source_data and I changed `content = self.file_reader(open_file)` to a...
2022-10-13 11:22:52.632939: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 FMA To enable them...
I noticed when I run pytest on my flask application, the string connection DYNACONF_SQLALCHEMY_DATABASE_URI on my env file is considered on test. So I want to use pytest and get...