change DOMAIN and IMG_DOMAIN to pai.ai

Brightcells 9 years ago
parent
commit
3253626936
1 changed files with 4 additions and 2 deletions
  1. 4 2
      pai2/settings.py

+ 4 - 2
pai2/settings.py

@@ -166,8 +166,10 @@ WATERMARK_LOGO = os.path.join(PROJ_DIR, 'static/pai2/img/paiai_96_96.png').repla
166 166
 THUMBNAIL_MAX_WIDTH = 360
167 167
 
168 168
 # 域名设置
169
-DOMAIN = 'http://xfoto.com.cn'
170
-IMG_DOMAIN = 'http://img.xfoto.com.cn'
169
+# DOMAIN = 'http://xfoto.com.cn'
170
+# IMG_DOMAIN = 'http://img.xfoto.com.cn'
171
+DOMAIN = 'http://pai.ai'
172
+IMG_DOMAIN = 'http://img.pai.ai'
171 173
 
172 174
 try:
173 175
     from local_settings import *