Changeset - fe2b5e738e3a
[Not reviewed]
0 1 0
Christopher Neugebauer - 7 years ago 2017-05-26 21:46:15
chrisjrn@gmail.com
Adds the TICKET_PRODUCT_CATEGORY to settings
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -240,2 +240,7 @@ ATTENDEE_PROFILE_MODEL = "pinaxcon.registrasion.models.AttendeeProfile"
 

	
 
# Ticket product category -- used to identify which products must be available
 
# in order to register.
 
TICKET_PRODUCT_CATEGORY = 1
 

	
 

	
 
INVOICE_CURRENCY = "AUD"
...
 
@@ -245,2 +250,3 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
 

	
 

	
 
# Tell nose to measure coverage on the 'foo' and 'bar' apps
0 comments (0 inline, 0 general)