How to use the bootstrap-datepicker in Django app?

前端 未结 5 2197
北荒
北荒 2020-12-19 03:17

I want to use the bootstrap-datepicker (https://bootstrap-datepicker.readthedocs.org) in my django application. I use Django 1.7.

In index.html file I have:

5条回答
  •  有刺的猬
    2020-12-19 03:55

    I went through similar issue. You need to call the jquery min file before any custom jquery files. so your code would look like this.

    
    
    
    
    
    
    
    
    

    I know this hasn't been answered in a few months but wanted to post this just to make sure this might help any one else.

提交回复
热议问题