Tagged Questions

0
votes
3answers
47 views

Calling small app in template : Django

Lets say I have a website with a small application that lists the 10 newest members, or something dynamic like that. I want this to view on every page, perhaps in a sidebar. How wo …
0
votes
1answer
19 views

How to produce a list ordered by a manyToMany field and display it using {% ifchanged %} in a template?

I have two models, EqTD (EquivalentTextDescription) and location. EqTD has a manytomany relation to location. I need to produce a list of all EqTDs ordered by location name ('name' …
0
votes
3answers
92 views

Does Django cache templates automatically?

I'm new to Django and trying to implement a voting system between two images. However, it looks like the page is being cached or something because when I refresh it, some values a …
2
votes
3answers
125 views

Using keys with spaces

Is there a way to do something like the following in Django templates? {% for hop in hops%} <tr> <td>{{ hop.name }}</td> <td>{{ hop.ma …
0
votes
1answer
54 views

How can I get a variable passed into an included template in django

Hi, I am a Django newbie and am unable to achieve something trivial. Please help me with this. I am setting a variable pgurl in my views.py Am able to access the variable {{pgur …
1
vote
1answer
47 views

Dynamically Display field values in Django template (object.x)

Hi Guys, I am currently working on an app that uses custom annotate querysets. Currently i have 2 urls setup, but i would need one for each field that the users would like to summ …
3
votes
1answer
46 views

Can we append to a {% block %} rather than overwrite?

In my core.html I have a block labeled javascript. It would be great if I can append more lines to this block without overwriting everything in it.
1
vote
1answer
35 views

Customize HTML Output of Django ModelForm

I am trying to add multiple inline form items to a page using Djangos ModelForms. I need Select boxes bound to database models. The forms are formatted and placed in a tabular form …
0
votes
3answers
46 views

Django templatetag for rendering a subset of html

I have some html (in this case created via TinyMCE) that I would like to add to a page. However, for security reason, I don't want to just print everything the user has entered. D …
1
vote
2answers
43 views

Why is my Django app not displaying dynamic images when the path is correct?

My Django 1.1 app uses dynamic images. I'm confused about why the path generated from my template tag: {{image_product.photo.path}} looks correct, but does not display the reques …
0
votes
1answer
17 views

Optional ImageField (Django)

Hi all, I'm having a problem with an ImageField in one of my models. It is set to blank=True, null=True (it is optional.) When I loop through a list of objects and use object.th …
1
vote
2answers
48 views

YSlow Best Practices with Django apps, How to implement them?

Hi, I have an django 1.1.1 app, actually in developement, thinking in best practices I ran the YSlow test (Grade E Ruleset applied: YSlow V2 ) it recomends: Grade F on Ad …
0
votes
4answers
44 views

Show page items count in django pagination.

Hi, everyone! I'm trying to figure out how to show something like "Showing 1-10 of 52" using django pagination in my templates. I accomplished the pagination itself but nothing c …
0
votes
0answers
41 views

Django - Dynamic include

Hi everybody, I'm new to Django development and I'm a little bit confused with the templates and the newforms functionalities. I need to perform a dynamic include or extends on Dja …
0
votes
2answers
32 views

How do I do a if a in list_b test in Django 0.96 Templates?

How do I do a if a in list_b test in Django 0.96 Templates? I'm having a list of checkboxes and a variable containing a list of corresponding values from a previous submit of the …

1 2 3 4 5 19 next
15 30 50 per page