Skip to content

Commit

Permalink
fix profile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 committed Dec 10, 2024
1 parent b63fe7e commit bef7520
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tom_common/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ class TomCommonConfig(AppConfig):
name = 'tom_common'

def ready(self):
# Import signals for automatically saving profiles when updating User objects
import tom_common.signals # noqa

# Set default plotly theme on startup
valid_themes = ['plotly', 'plotly_white', 'plotly_dark', 'ggplot2', 'seaborn', 'simple_white', 'none']

Expand Down

0 comments on commit bef7520

Please sign in to comment.