码迷,mamicode.com
首页 > 编程语言 > 详细

python使用和注意

时间:2018-08-29 14:54:23      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:rail   pat   lis   perl   注意   dir   settings   方案   错误   

错误:

1.Your STATICFILES_DIRS setting is not a tuple or list; "

ImproperlyConfigured: Your STATICFILES_DIRS setting is not a tuple or list; perhaps you forgot a trailing comma?

解决方案:

找到settings.py文件,

把STATICFILES_DIRS=(os.path.join(BASE_DIR,‘static‘))

改为STATICFILES_DIRS=[(os.path.join(BASE_DIR,‘static‘))]

python使用和注意

标签:rail   pat   lis   perl   注意   dir   settings   方案   错误   

原文地址:https://www.cnblogs.com/GainLoss/p/9552688.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!