Skip to content

Commit

Permalink
ADMINS must be a list
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Jan 24, 2020
1 parent 59775bc commit 285c98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nadine/settings/local_settings.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
DEBUG = True

# Site Administrators
ADMINS = (
ADMINS = [
('YOU', 'you@yourdomain.com'),
)
]

# Database Settings
DATABASES['default'] = {
Expand Down

0 comments on commit 285c98f

Please sign in to comment.