Skip to main content

All Questions

2 votes
1 answer
681 views

Correct workflow for modal forms in django (example from 'effective django')

The example setup from the 'effective django' tutorial works in the following manner: On the contacts_list page, the user clicks 'delete'. The DeleteView re-directs to the confirm delete page. The ...
user2963197's user avatar
0 votes
1 answer
829 views

Cannot get Django-Bootstrap-Toolkit working on my project

Just started to learn Django and Twitter Bootstrap on some project. I use external links to connect css and js files of bootstrap, but today I found Django-Bootstrap-Toolkit, so I wonder how to switch ...
Sykes's user avatar
  • 9
1 vote
1 answer
210 views

Autocomplete inside modal working bad with selections on Ipad

Using: Django-autocomplete-light https://github.com/yourlabs/django-autocomplete-light Bootstrap3 modal http://getbootstrap.com/ When having a form with an autocomplete inside a modal, the ...
MaZZly's user avatar
  • 124
1 vote
2 answers
476 views

which library is overriding the $? [duplicate]

I'm trying to use jquery/bootstrap/ and requirejs Loading js files works perfectly and I checked that bootstrap sets $.fn.tab = someFunction; but then, inside requirejs's callback function, calling $...
eugene's user avatar
  • 41.1k
0 votes
1 answer
1k views

creating a form with many rows and columns with bootstrap

I have a django template which i want it to present a model form but with different columns and rows. More specifically i want them to be in lets say a grid of three columns and the last row will have ...
Apostolos's user avatar
  • 8,001
8 votes
4 answers
6k views

Django: how to get the name of the template being rendered

I'm implementing a bootstrap navbar as show in this example here Items in a navbar are <li>'s , the "selected" item has the attribute class="active": <li class="active"> <a href="#"&...
E.Z.'s user avatar
  • 6,571
0 votes
1 answer
1k views

Trouble with Django + Bootstrap3 + typeahead.js remote fetching

I'm new to django and bootstrap3 and I've been trying to implement the typeahead by twitter. my urls.py url(r'^name_autocomplete/?q=$', 'home.views.name_autocomplete'), my script: <script type="...
dl8's user avatar
  • 1,270
16 votes
7 answers
8k views

Error loading sample django-bootstrap3 template

I'm still new to Django and Bootstrap so I'm trying out the django-bootstrap package: https://github.com/dyve/django-bootstrap3 The sample template that is included on that page (with a change of url ...
dl8's user avatar
  • 1,270
1 vote
2 answers
4k views

Bootstrap files 404 Django

On FireBug I get these errors GET http://localhost:8000/static/bootstrap/css/bootstrap.min.css 404 (NOT FOUND) localhost/:7 GET http://localhost:8000/static/bootstrap/js/bootstrap.min.js 404 ...
Liondancer's user avatar
  • 16.2k
0 votes
1 answer
504 views

Testing Twitter bootstrap on Django badges

I currently have twitter bootstrap incorporated on my Django test site but it is not working properly. I tested out an example of code on the bootstrap website: http://getbootstrap.com/2.3.2/...
Liondancer's user avatar
  • 16.2k
0 votes
1 answer
862 views

Django application does not properly load Twitter bootstrap 3 modal

I am making a Django application and using Twitter bootstrap carousel template for making a my site. I am planning to provide the sign up and sign in feature to the users through Twitter boostrap 3 ...
Chitrank Dixit's user avatar

15 30 50 per page
1
7 8 9 10
11