Adds Currency
This commit is contained in:
parent
b5c6e0e5ed
commit
9a4c3f0e95
1 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,8 @@ ATTENDEE_PROFILE_MODEL = "pinaxcon.registrasion.models.AttendeeProfile"
|
|||
# You only need to provide this if you're customising the form from the default
|
||||
# ATTENDEE_PROFILE_FORM = "pinaxcon.registrasion.forms.ProfileForm"
|
||||
|
||||
INVOICE_CURRENCY = "AUD"
|
||||
|
||||
# Use nose to run all tests
|
||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||
|
||||
|
|
Loading…
Reference in a new issue