Skip to content
Snippets Groups Projects
Commit 3acac079 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

global settings moved to local settings

parent 90ed0455
No related branches found
No related tags found
1 merge request!47Resolve "Email to technician"
...@@ -22,13 +22,6 @@ ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost'] ...@@ -22,13 +22,6 @@ ALLOWED_HOSTS = ['prc.parkinson.lu', 'localhost']
DEBUG = True DEBUG = True
EMAIL_HOST = 'smtp.uni.lu'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_PORT = 25
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
DEFAULT_FROM_EMAIL = 'prc-scheduling-admin@uni.lu'
# Application definition # Application definition
INSTALLED_APPS = [ INSTALLED_APPS = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment