Skip to content

Commit

Permalink
hide warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
atarkowska committed Dec 19, 2017
1 parent f8ff185 commit c0f21bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emgcli/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,3 +481,7 @@ def create_secret_key(var_dir):

mongodb = EMG_CONF['emg']['mongodb']
MONGO_CONN = mongoengine.connect(**mongodb)


# TODO: fix warnings
SILENCED_SYSTEM_CHECKS = ["fields.W342"]

0 comments on commit c0f21bf

Please sign in to comment.