How can I use Bootstrap with Django?

前端 未结 4 824
忘掉有多难
忘掉有多难 2021-01-29 19:48

I\'m learning python and Django coming from PHP. This is all really exciting, and I would love to use Bootstrap with Django to create sexy web pages.

As I understand it

4条回答
  •  情书的邮戳
    2021-01-29 20:25

    What if you simply install twitter-bootstrap using pip:

    follow the instructions:

    https://pypi.python.org/pypi/django-twitter-bootstrap/

    for the simple configuration.

提交回复
热议问题