Skip to content

Commit

Permalink
Merge pull request #313 from helxplatform/eduhelx-data720_settings
Browse files Browse the repository at this point in the history
Add settings for data720.
  • Loading branch information
cnbennett3 authored Oct 19, 2023
2 parents 16c3930 + 2ea81c7 commit e733da8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appstore/appstore/settings/eduhelx-data720_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-data720"

PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-data720",
title="EduHeLx Data720",
logo_url="/static/images/eduhelx/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
)

0 comments on commit e733da8

Please sign in to comment.