Skip to content

Commit

Permalink
add default site id
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jan 17, 2025
1 parent fe020bd commit 2c66133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ def show_toolbar(request):

WAGTAIL_PASSWORD_RESET_ENABLED = os.getenv("WAGTAIL_PASSWORD_RESET_ENABLED", False)


SITE_ID = 1

# Wagtail Airtable
AIRTABLE_API_KEY = os.getenv("AIRTABLE_API_KEY")
WAGTAIL_AIRTABLE_ENABLED = True
Expand Down

0 comments on commit 2c66133

Please sign in to comment.