You've already forked hotpocket
BTHLABS-66: Prepping for public release: Take five
AKA "Using Apple reviewers as QA for your project". Thanks, y'all! :)
This commit is contained in:
@@ -72,6 +72,7 @@ TEMPLATES = [
|
||||
'hotpocket_backend.apps.ui.context_processors.debug',
|
||||
'hotpocket_backend.apps.ui.context_processors.version',
|
||||
'hotpocket_backend.apps.ui.context_processors.appearance_settings',
|
||||
'hotpocket_backend.apps.ui.context_processors.operator_email',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -295,3 +296,5 @@ SAVES_ASSOCIATION_ADAPTER = os.environ.get(
|
||||
UPLOADS_PATH = None
|
||||
|
||||
SITE_SHORT_TITLE = 'HotPocket'
|
||||
|
||||
OPERATOR_EMAIL = os.environ.get('HOTPOCKET_BACKEND_OPERATOR_EMAIL', None)
|
||||
|
||||
Reference in New Issue
Block a user