Changeset - 9a4c3f0e95db
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2016-09-21 06:40:49
chrisjrn@gmail.com
Adds Currency
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -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'
 

	
0 comments (0 inline, 0 general)