Fix: config_example ADMIN email definition
This commit is contained in:
parent
7d1f4023e3
commit
ac1b22953b
@ -62,7 +62,7 @@ DEBUG = False
|
|||||||
SECRET_KEY = None
|
SECRET_KEY = None
|
||||||
|
|
||||||
# Define the administrators (for mail delivery)
|
# Define the administrators (for mail delivery)
|
||||||
ADMINS = [("Piki", {EMAIL_FROM}), ]
|
ADMINS = [("Piki", EMAIL_FROM), ]
|
||||||
|
|
||||||
|
|
||||||
# This defines the listener hostnames for your django server
|
# This defines the listener hostnames for your django server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user