Web Images Videos Maps News Groups Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Related Groups
Discussion group for Django developers. This group is used for discussion of developing Django itself, not user ...
Low activity, 5004 members
A "read-only" announcement mailing list for Django, a high-level Python Web framework (djangoproject.com). ...
Low activity, 710 members
This group is focused on supporting the satchmo framework for developing ecommerce (or shopping cart) sites. The ...
Low activity, 909 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 24794  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion group for Django users. Django is a high-level Python Web framework (djangoproject.com).
 

Any users groups around San Diego? 
  I'm still kind of struggling to get off the ground with django and think I'd benefit from some face time with other developers. I'm in San Diego. Any resources? -Todd
By Todd Blanchard  - 6:20am - 2 new of 2 messages    

Django tag cloud 
  I have a model with with a variable number of objects. I want to make a tag cloud with font-size to be a proportion of objects.count() (wich goes from 1 to 150 ). Obviously I can't use that number in font-size (150pt is too big) and I have to make a proportion (150 -> 20pt, 1 -> 5pt, 50 ~>10pt and so... more »
By Alessandro Ronchi  - 12:46am - 2 new of 2 messages    

Template variables and tags confusion... (regarding concatenation) 
  Hi, When I do <tr id="item_{{ product.id }}"> in a template I get <tr id="item_1"> in the rendered html as expected. Now I want to do {% cycle '<tr id="item_{{ product.id }}">' '<tr class="odd" id="item_{{ product.id }}">' %}, but the desired concatenation does not happen. How do I achieve what I want?... more »
By chefsmart  - Nov 21 - 3 new of 3 messages    

Form that handles variable number of inputs. 
  Hi all, How would I get a Form to handle a variable number of inputs (these inputs are added via javascript)? Is this possible in Django? Thanks! Abhik
By apramanik  - Nov 21 - 1 new of 1 message    

Complex Query Question 
  Hi all, I have a question about a complicated query I need to do. I have a model for an event like this: class Events(models.Model): default_group = models.ForeignKey(Group, related_name='default_group', null=True) group = models.ManyToManyField(Group) users = models.ManyToManyField(User)... more »
By mystand  - Nov 21 - 2 new of 2 messages    

Good way to modify admin list_filter based on is_superuser? 
  In using Simon W.'s "simple example of row-level permissions in the admin" ([link]), I'm trying to extend the concept by modifying the 'list_filter' tuple of the subclassed ModelAdmin based upon the request.user.is_superuser property buy am struggling with how to hook it into my class.... more »
By JHeasly  - Nov 21 - 2 new of 2 messages    

has_delete_permission not called in an admin template? 
  Hi, Wonder if anyone can help. Have following chunk in my own change_list.html template: {% block object-tools %} <ul class="object-tools"> {% if has_add_permission %} <li> <a href="add/{% if is_popup %}?_popup=1{% endif %}" title="Add Comment" class="addlink">... more »
By rd-london  - Nov 21 - 3 new of 3 messages    

Command (Windows+R >cmd) Python 
  I have new Windows 7 64-bit instead the old Windows 98. I'm going through setup before starting Django project. I downloaded Windows x86 MSI Installer (2.6.4) - [link] and I clicked Start >All Program >Python 2.6 >IDLE (Python GUI) I get: ------------------------------ ------------------------------ ------------------------------ -----------... more »
By Mikey3D  - Nov 21 - 3 new of 3 messages    

Exclusion search for django 
  Hi, i´m programming an exlusion search for django but my code is not working. I think the functions are okay but django is not accepting them / running them. Only my ajaxwindow comes. When i start this tag search an ajax window will pop up and i can choose tags from 2 boxes. In the first box are tags that i want to... more »
By http://groups.google.com/ group/django-users/  - Nov 21 - 1 new of 1 message    

Using Named Pairs 
  When using nested tuples for the choices option on a model you get the get_foo_display(). to get the readable version of the choice. However I want to get at the name of the groups. for example in the docs: MEDIA_CHOICES = ( ('Audio', ( ('vinyl', 'Vinyl'), ('cd', 'CD'),... more »
By esatterwhite@wi.rr.com  - Nov 20 - 1 new of 1 message    

1 - 10 of 24794   « Newer | Older »

XML       Send email to this group: django-users@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google