Skip to content

Commit

Permalink
Add settings for data720.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbennett3 committed Oct 19, 2023
1 parent 16c3930 commit cb8c569
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-dev"

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

0 comments on commit cb8c569

Please sign in to comment.