Skip to content

Commit

Permalink
Add new admin
Browse files Browse the repository at this point in the history
  • Loading branch information
supertom01 committed Dec 21, 2023
1 parent f51348f commit e5853ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
# Leave out any generated files
/static/node_modules/
/static/package-lock.json
/static/public_html/dist/
/static/public_html/dist/

# Do not commit any python caches
*__pycache__*
2 changes: 1 addition & 1 deletion future_factory_website/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@
EMAIL_USE_SSL = False

# Admins that should receive error mails
ADMINS = [('Tom Meulenkamp', '[email protected]')]
ADMINS = [('Tom Meulenkamp', '[email protected]'), ('Jorn de Jong', '[email protected]')]

0 comments on commit e5853ad

Please sign in to comment.