gpt4 book ai didi

Django Admin CSS 文件丢失

转载 作者:行者123 更新时间:2023-12-01 12:13:30 24 4
gpt4 key购买 nike

我将我的 django 应用程序部署到 pythonanywhere.com
和我的管理 css 不工作
http://directdirect.pythonanywhere.com/admin/login/?next=/admin/
我该怎么办?
我使用 Django 2.0
设置.py:

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

STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'django_direct/main_app/static'),
os.path.join(BASE_DIR, 'django_direct/main_app/static'),
http://directdirect.pythonanywhere.com/static/admin/css/dashboard.css
]

最佳答案

检查您的 settings.py文件。

DEBUG = True    # debug true mod working admin css
DEBUG = False # debug false mod not working css

您可以使用代理服务器或通过使用 insecure 参数运行 Django 来修复它。
  • 使用 NGINX 代理服务器:django-with-nginx
  • 使用不安全参数:run-django-with-insecure-argument
  • 关于Django Admin CSS 文件丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49949098/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com