add LETTERHEAD_PDF_PATH to settings

This commit is contained in:
Thomas Steen Rasmussen 2016-05-16 21:03:50 +02:00
parent 1abbf3acc6
commit 5e1d9f009e
2 changed files with 3 additions and 0 deletions

View file

@ -17,3 +17,4 @@ DATABASES = {
}
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
LETTERHEAD_PDF_PATH = os.path.join(local_dir('static_src'), 'pdf', 'bornhack_2016_test_letterhead.pdf')

View file

@ -46,3 +46,5 @@ LOGGING = {
ADMINS = (
('bornhack sysadm', 'sysadm@bornhack.org'),
)
LETTERHEAD_PDF_PATH = os.path.join(local_dir('static_src'), 'pdf', 'bornhack_2016_letterhead.pdf')