why my django admin site does not have the css style

后端 未结 19 1981
南笙
南笙 2020-12-02 07:49

I make a Django admin site using Django development version

But it does not have a CSS style :

\"alt

19条回答
  •  感情败类
    2020-12-02 08:26

    My issue was resolved by creating new Virtual Environment for the project, before that I was using general system level python interpreter.

    $ mkvirtualenv myproject

    Reference: https://docs.djangoproject.com/en/2.1/howto/windows/

提交回复
热议问题