Skip to content

Commit

Permalink
Eduhelx-data715 settings changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbennett3 committed Apr 24, 2024
1 parent 5818fa3 commit b673d7b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appstore/appstore/settings/eduhelx-data715_settings.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
from .base import *
from product.configuration import ProductSettings, ProductColorScheme, ProductLink

# TODO remove Application brand once the new frontend is complete and
# the django templates in core are removed.
APPLICATION_BRAND = "eduhelx-data715"

PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-data715",
title="EduHeLx Data715",
logo_url="/static/images/eduhelx-data720/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
)
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b673d7b

Please sign in to comment.