forked from 00dani/lemoncurry
Set myself as a Django admin, so I get emails about production server errors
This commit is contained in:
parent
092cd5ca18
commit
1d079abd19
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ https://docs.djangoproject.com/en/1.11/ref/settings/
|
|||
from os import path
|
||||
|
||||
|
||||
ADMINS = [
|
||||
('dani', 'dani@00dani.me'),
|
||||
]
|
||||
|
||||
BASE_DIR = path.dirname(path.dirname(path.dirname(path.abspath(__file__))))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue