Skip to content

Commit

Permalink
fix Deprecation warning in older Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Apr 12, 2024
1 parent 1d6a4d7 commit 8ac9093
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,5 @@
PLANS_TAX_COUNTRY = "CZ"
PLANS_DEFAULT_COUNTRY = "CZ"
PLANS_GET_COUNTRY_FROM_IP = True

FORM_RENDERER = "django.forms.renderers.DjangoDivFormRenderer"

0 comments on commit 8ac9093

Please sign in to comment.