Web Images Videos Maps News Shopping 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 24800  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).
 

Missing attribute on User 
  I have models M, N, which both have a foreignkey to User. When in the shell/runserver, User has attributes for both M and N, but in a batchfile ($ DJANGO_SETTINGS_MODULE=setting s python batch.py) only M is reachable from User while trying to get N leads to AttributeError: 'User' object has no attribute 'N_set'... more »
By Hanne Moa  - 12:59pm - 1 new of 1 message    

417 EXPECTATION FAILED in response 
  Hi all, I recently ran a load test on my django web site which is running on an Apache server. I tested it up to a load of 5000 users. I got a few time out error's on a page that queries mySQL on a date field so I'm going to index that column to see if that solves it. However I also got another error code which was 417. After a few... more »
By cootetom  - 12:32pm - 1 new of 1 message    

Reverse viewname inside widget doesn't work on django 1.2? 
  Hi all, I tried to reverse url by calling: reverse('wmd-settings-js') inside a widget as such: class MarkDownInput(forms.Textarea): class Media: js = (reverse('wmd-settings-js')) But then I would get this error from django: Exception Type: ImproperlyConfigured Exception Value:... more »
By Joshua Partogi  - 7:59am - 1 new of 1 message    

Have var available in every context passed to a template? 
  Hi all, Is there a way (either via decorators or some other mechanism) to get an var/object (say request.user) to be in the context passed to every template. The reason I want to do this is my base template uses "user.is_authenticated" in a branch. Thanks Abhik
By apramanik  - Nov 21 - 3 new of 3 messages    

Problems creating custom multi-widget.... 
  I am trying to create my own Dojo-aware Django widgets. I have defined the following class DojoDateWidget(forms.widgets.D ateTimeInput): format = '%Y-%m-%d' def __init__(self, *args, **kwargs): kwargs.setdefault('attrs', {}).update({'dojoType': "dijit.form.DateTextBox", 'required': kwargs.pop... more »
By mediumgrade  - Nov 21 - 1 new of 1 message    

How best to display a report? 
  Please excuse my lack of knowledge about the following. (If I knew the answer, I would not be asking...) Django 1.0.2 being used to create, manage and report on data in tables. I am using ReportLab to generate a .pdf which I store with a known name in a sub-directory. I have seen websites where a link can be used to activate the... more »
By adelaide_mike  - Nov 21 - 4 new of 4 messages    

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  - Nov 21 - 3 new of 3 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  - Nov 21 - 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    

1 - 10 of 24800   « 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