diff --git a/example_local.py b/example_local.py index 049354a..f2956b4 100755 --- a/example_local.py +++ b/example_local.py @@ -84,13 +84,3 @@ # GIANTBOMB_API_KEY = 'Itsreallynicetohaveanditsfreetomakeanaccountbutnotneccessary' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' - -# Are we using the revamped donate page layout? -# The new layout has a revamped display of donation incentives and bid wars. -USE_NEW_DONATE_LAYOUT = False - -# RabbitMQ integration settings. -# If set to true, tracker will connect to the MQ server to deliver messages for each donation add & update. -# Unless you know you need this, leave it at False. -USE_AMQP = False -#AMQP_CONNECTIONSTRING = "amqps://username:password@mq.example.com/v_host" diff --git a/settings.py b/settings.py index 6b99fd1..d201c83 100755 --- a/settings.py +++ b/settings.py @@ -220,9 +220,6 @@ if local.HAS_GIANTBOMB_API_KEY: TRACKER_GIANTBOMB_API_KEY = local.GIANTBOMB_API_KEY -# Flag for new donate page layout. -USE_NEW_DONATE_LAYOUT = local.USE_NEW_DONATE_LAYOUT - # A sample logging configuration. The only tangible logging # performed by this configuration is to send an email to # the site admins on every HTTP 500 error when DEBUG=False. @@ -264,8 +261,4 @@ } } -USE_AMQP = local.USE_AMQP -if USE_AMQP: - AMQP_CONNECTIONSTRING = local.AMQP_CONNECTIONSTRING - DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' diff --git a/tracker b/tracker index b8d4a77..6bd4638 160000 --- a/tracker +++ b/tracker @@ -1 +1 @@ -Subproject commit b8d4a77c4fe3462aa57b7fba896dd3819919da94 +Subproject commit 6bd4638e7f130e0fb221cc5c0b2ada7880726ecd