Skip to content

Commit

Permalink
chore: Silence Axes warning (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 authored Jan 11, 2024
1 parent de5cf9d commit ce95ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/app/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@
"app_analytics",
]

SILENCED_SYSTEM_CHECKS = ["axes.W002"]

SITE_ID = 1

db_conn_max_age = env.int("DJANGO_DB_CONN_MAX_AGE", 60)
Expand Down

3 comments on commit ce95ac9

@vercel
Copy link

@vercel vercel bot commented on ce95ac9 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.flagsmith.com
docs-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on ce95ac9 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ce95ac9 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.