摘要: STATIC_URL = '/statics/'STATIC_ROOT= os.path.join(BASE_DIR, 'statics')STATICFILES_DIRS = ( os.path.join(BASE_DIR, 'app01/statics'), )TEMPLATE_DIRS = ( 阅读全文
posted @ 2017-12-18 20:00 A·DONG 阅读(195) 评论(0) 推荐(0)