Add additional configuration and tests

This commit is contained in:
2025-10-02 21:20:49 -04:00
parent e1a83ab876
commit b0ba47b0bf
2 changed files with 35 additions and 2 deletions

View File

@@ -21,7 +21,10 @@ try:
],
SITE_ID=1,
NOSE_ARGS=['-s'],
FIXTURE_DIRS=['ai_blocker/fixtures']
FIXTURE_DIRS=['ai_blocker/fixtures'],
AI_BLOCKER_CONF={
"ua_list": ["Googlebot", "Bingbot"],
},
)
django.setup()