Django's admin pages are missing their typical formatting/style, have I set it up wrong?

后端 未结 3 1760
你的背包
你的背包 2020-12-06 11:42

I finally got my django install working, however I\'m noticing that the typical look and feel of the admin pages are missing, and it\'s as if there are no styles applied to

3条回答
  •  心在旅途
    2020-12-06 12:14

    I've solved this issue simply with the alias on apache:

        Alias /static/admin/ /usr/local/lib/python2.6/dist-packages/django/contrib/admin/media/
        Alias admin/media/ /usr/local/lib/python2.6/dist-packages/django/contrib/admin/media/
    

提交回复
热议问题