Skip to content

Commit

Permalink
Update base.py to add ec as an installed app
Browse files Browse the repository at this point in the history
  • Loading branch information
MajidBenam authored Jan 24, 2025
1 parent 5cf8fc7 commit 22af2c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seshat/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"seshat.apps.sc",
"seshat.apps.wf",
"seshat.apps.rt",
"seshat.apps.ec",
"seshat.apps.crisisdb",
"seshat.apps.seshat_api",
"django_filters",
Expand Down Expand Up @@ -492,4 +493,4 @@

# Cesium
if not os.path.exists(local_env_path) and not os.getenv('GITHUB_ACTIONS') == 'true':
CESIUM_ION_ACCESS_TOKEN = config('CESIUM_ION_ACCESS')
CESIUM_ION_ACCESS_TOKEN = config('CESIUM_ION_ACCESS')

0 comments on commit 22af2c5

Please sign in to comment.