revert django-mailer configuration
This commit is contained in:
		
					parent
					
						
							
								9f2c78db33
							
						
					
				
			
			
				commit
				
					
						e0a27ba602
					
				
			
		
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -55,7 +55,6 @@ INSTALLED_APPS = (
 | 
				
			||||||
    'easy_thumbnails',
 | 
					    'easy_thumbnails',
 | 
				
			||||||
    'utils',
 | 
					    'utils',
 | 
				
			||||||
    'stored_messages',
 | 
					    'stored_messages',
 | 
				
			||||||
    'mailer',
 | 
					 | 
				
			||||||
    'mptt',
 | 
					    'mptt',
 | 
				
			||||||
    'parler',
 | 
					    'parler',
 | 
				
			||||||
    'taggit',
 | 
					    'taggit',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ ADMINS = (
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
#    ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
 | 
					#    ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EMAIL_BACKEND = "mailer.backend.DbBackend"
 | 
					EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#MANAGERS = ADMINS
 | 
					#MANAGERS = ADMINS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue