Skip to content

Commit

Permalink
Merge pull request #602 from datamade/add-interests
Browse files Browse the repository at this point in the history
Add interest and tag vars
  • Loading branch information
fgregg authored Jul 18, 2023
2 parents 0ca0d53 + f7ee74b commit 7845d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bga_database/local_settings.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ DEFAULT_FROM_EMAIL = '' # e.g., 'DataMade <[email protected]>'
MAILCHIMP_API_KEY = '<secret key>'
MAILCHIMP_SERVER = '<server code>'
MAILCHIMP_LIST_ID = '<id of list to search within>'
MAILCHIMP_INTEREST_ID = '<id of an interest/group>'
MAILCHIMP_TAG = '<name of the tag to attach to users>' # e.g. 'Database Sign-up'

# Name and domain for cookie set for authorized users
MAILCHIMP_AUTH_COOKIE_NAME = '' # e.g., mailchimp-auth
Expand Down
2 changes: 2 additions & 0 deletions configs/test_settings_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
MAILCHIMP_API_KEY = '<secret key>'
MAILCHIMP_SERVER = '<server code>'
MAILCHIMP_LIST_ID = '<id of list to search within>'
MAILCHIMP_INTEREST_ID = '<id of an interest/group>'
MAILCHIMP_TAG = '<name of the tag to attach to users>' # e.g. 'Database Sign-up'

# Name and domain for cookie set for authorized users
MAILCHIMP_AUTH_COOKIE_NAME = '' # e.g., mailchimp-auth
Expand Down

0 comments on commit 7845d63

Please sign in to comment.