How do I set a default country? #464
-
How do I set a default country, for example I want to set the UK as the default. |
Beta Was this translation helpful? Give feedback.
Answered by
SmileyChris
May 1, 2024
Replies: 1 comment
-
It should probably go in the docs somewhere, but |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SmileyChris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should probably go in the docs somewhere, but
CountryField(default="UK")
works just fine.