|
@@ -4,7 +4,7 @@ from .models import *
|
|
from landing.forms import *
|
|
from landing.forms import *
|
|
# Create your views here.
|
|
# Create your views here.
|
|
from django.core.mail import EmailMessage, get_connection
|
|
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):
|
|
def send_email_mess(body, sub):
|