Skip to content

Commit

Permalink
bring test settings up to speed...
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Aug 13, 2024
1 parent 800624b commit 56ac537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Celery configuration
CELERY_ALWAYS_EAGER = True # Forces celery to run locally for testing

SITE_URL = "https://example.com"
CSRF_TRUSTED_ORIGINS = [SITE_URL]

INSTALLED_APPS += [
'pinger',
'corptools'
Expand Down

0 comments on commit 56ac537

Please sign in to comment.