Alex 1 год назад
Родитель
Сommit
a557a19279
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      views.py

+ 1 - 1
views.py

@@ -4,7 +4,7 @@ from .models import *
 from landing.forms import *
 # Create your views here.
 from django.core.mail import EmailMessage, get_connection
-import core.config_template as settings
+import core.config as settings
 
 
 def send_email_mess(body, sub):