瀏覽代碼

fixed paths

Alex 1 年之前
父節點
當前提交
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):