Demo There is no trace of wings in the sky, but I have flown by.

django关于DEBUG = False 影响 admin样式

再setting.py的STATIC_URL 下添加

1 STATIC_URL = '/static/'
2 STATICFILES_DIRS = (
3         os.path.join(BASE_DIR, 'static'),
4 )
5 TEMPLATE_DIRS = (
6         os.path.join(BASE_DIR, 'templates'),
7 )

 

 参考原作者链接:https://www.v2ex.com/t/184979

posted @ 2020-03-15 18:47  花花大王  阅读(362)  评论(0编辑  收藏  举报