Andree Hultgren
Results
4
comments of
Andree Hultgren
@mircealungu I have the same bug, but without the config file. Just a generic: ```python app = Flask(__name__) dashboard.bind(app) ``` But when I attempt to sign in to the dashboard,...
I got it working with a custom font (you can do it with predefined fonts as well). Here is how: ```python pdf = FPDF() # Have the .ttf file available...