Skip to content

Commit

Permalink
fixed massive printout from matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Mar 20, 2024
1 parent c87177e commit dd99e8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vb_django/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
import os
import mimetypes

# Rids the log of matplotlib's 'loaded moudles' printout:
from matplotlib.pyplot import set_loglevel
set_loglevel("warning")



print("Starting vb django applications")
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit dd99e8e

Please sign in to comment.