forked from esamarathon/donation-tracker-toplevel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup example a bit and update tracker
- Loading branch information
Showing
3 changed files
with
1 addition
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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:[email protected]/v_host" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters