Skip to main content

All Questions

0 votes
1 answer
110 views

DJANGO initial values in form not shown in template (some do some don't)

I have these Models, Tipos, Prioridad and Estado, related to Tarea as defined below: class Tipos(models.Model): tipo = models.CharField(max_length=16, verbose_name='...
carolvs's user avatar
  • 13
1 vote
0 answers
252 views

django view i get this error Synchronous XMLHttpRequest

went i run this code y get this error in the browser error browser chrome Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. ...
Hitokirilv4's user avatar
0 votes
1 answer
541 views

Designing my own list in django and bootstrap

Hi I'm pretty new to django and bootstrap. I would like to know if there is a way to create a custom list items. For example, I have my User class in models, I would like to show all users in a list ...
Gal Fridman's user avatar
1 vote
2 answers
7k views

Bootstrap3 tabs in Django

I want to implement Bootstrap3 tabs in my app, which displays school data by state. So if you go to example.com/ma/ you will see information for the state of Massachusetts and tabs to sort by grade ...
wsvincent's user avatar
  • 207
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