forked from CGM_Public/pretix_original
Re-use official static3 package as 0.6.1 fixed the bug we found
Use own dj-static fork as long as our patch is in review Remove setting for FORCE_SCRIPT_NAME
This commit is contained in:
@@ -46,7 +46,6 @@ PRETIX_INSTANCE_NAME = config.get('pretix', 'instance_name', fallback='pretix.de
|
||||
PRETIX_GLOBAL_REGISTRATION = config.getboolean('pretix', 'global_registration', fallback=True)
|
||||
|
||||
SITE_URL = config.get('pretix', 'url', fallback='http://localhost')
|
||||
FORCE_SCRIPT_NAME = config.get('pretix', 'scriptname', fallback=None)
|
||||
|
||||
DEFAULT_CURRENCY = config.get('pretix', 'currency', fallback='EUR')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user