Skip to content

Commit

Permalink
Remove unused BRAND and PARTY from configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed Feb 3, 2020
1 parent 9093b28 commit 181859f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions config/development_party.py
Expand Up @@ -10,8 +10,6 @@

SITE_MODE = 'public'
SITE_ID = 'example-dev'
BRAND = 'example-brand'
PARTY = 'example-party-1'

MAIL_DEBUG = True
MAIL_DEFAULT_SENDER = 'BYCEPS <noreply@example.com>'
Expand Down
2 changes: 0 additions & 2 deletions config/production_party.py
Expand Up @@ -17,8 +17,6 @@

SITE_MODE = 'public'
SITE_ID = 'example-prod'
BRAND = 'example-brand'
PARTY = 'example-party-1'

MAIL_DEBUG = False
MAIL_DEFAULT_SENDER = 'BYCEPS <noreply@example.com>'
Expand Down
2 changes: 0 additions & 2 deletions config/test_party.py
Expand Up @@ -11,8 +11,6 @@

SITE_MODE = 'public'
SITE_ID = 'acmecon-2014-website'
BRAND = 'acmecon'
PARTY = 'acmecon-2014'

MAIL_DEBUG = False
MAIL_DEFAULT_SENDER = 'BYCEPS <noreply@example.com>'
Expand Down

0 comments on commit 181859f

Please sign in to comment.