码迷,mamicode.com
首页 > 其他好文 > 详细

Django setting配置

时间:2017-06-26 12:51:01      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:blog   bsp   one   class   i18n   asc   lan   path   join   

LANGUAGE_CODE = ‘zh-hans‘

TIME_ZONE = ‘Asia/Shanghai‘

USE_I18N = True

USE_L10N = True

USE_TZ = False


# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.11/howto/static-files/

STATIC_URL = ‘/static/‘


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

 

Django setting配置

标签:blog   bsp   one   class   i18n   asc   lan   path   join   

原文地址:http://www.cnblogs.com/zhang997050423/p/7079773.html

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