Browse Source

Fix: config_example ADMIN email definition

master
Dirk Alders 1 month ago
parent
commit
ac1b22953b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config_example/config.py

+ 1
- 1
config_example/config.py View File

62
 SECRET_KEY = None
62
 SECRET_KEY = None
63
 
63
 
64
 # Define the administrators (for mail delivery)
64
 # Define the administrators (for mail delivery)
65
-ADMINS = [("Piki", {EMAIL_FROM}), ]
65
+ADMINS = [("Piki", EMAIL_FROM), ]
66
 
66
 
67
 
67
 
68
 # This defines the listener hostnames for your django server
68
 # This defines the listener hostnames for your django server

Loading…
Cancel
Save