ក្រុម រូបភាព ថតឯកសារ វ៉ែប
Recently Visited Groups | Help | Sign in
Google Groups Home
Group info
Active older topics
2 new of 2 - Mar 14
9 new of 9 - Mar 14
4 new of 4 - Mar 14
3 new of 3 - Mar 14
6 new of 6 - Mar 14
3 new of 3 - Mar 13
3 new of 3 - Mar 13
2 new of 2 - Mar 13
2 new of 2 - Mar 13
2 new of 2 - Mar 13
Related Groups
Discussion group for Django developers. This group is used for discussion of developing Django itself, not user ...
Low activity, 5004 members, restricted
A "read-only" announcement mailing list for Django, a high-level Python Web framework (djangoproject.com). ...
Low activity, 710 members, restricted
This group is focused on supporting the satchmo framework for developing ecommerce (or shopping cart) sites. The ...
Low activity, 909 members, restricted
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 26680  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).
 

Shared views 
  Hi, I have a site with a blog area and 5 pages powered by a simple cms. On every page i show event information in the right column and social media info in the left column. I am wondering what view should contain the info for the left and right column ? I would like to keep it separate from the blog and cms... more »
By grimmus  - 9:03pm - 1 new of 1 message    

create_update generic view post_save_redirect problem. 
  If post_save_redirect set to reverse('some_view') and reversed url contains tilde (~), then return HttpResponseRedirect(post_save _redirect % obj.__dict__) breaks as post_save_redirect contains %7E.
By sarg  - 8:46pm - 2 new of 2 messages    

limit_choices_to a value on a field in the same model 
  Evening Everyone, I have a model "Agency" with "state" as a foreign key and "counties" as a many-to-many. County has a foreign key to "state" I would like to limit the County choices in Django admin to the state of the Agency being edited, but, I can't seem to find the right place to get an instance of the Agency being edited so I can override the... more »
By Brandon Taylor  - 1:09pm - 2 new of 2 messages    

How do I rename a FileField() that's attached to a model? 
  I've gone through the documentation a ton, been trying different techniques, and I know I'm just missing something obvious. I have a model like this: class MyModel(Model): file1 = FileField(...) So I can do this: model = MyModel.objects.get(id=1) print mode.file1.name But I want to rename the file on the filesystem. I want something... more »
By Jumpfroggy  - 8:55am - 5 new of 5 messages    

django and buildout 
  I kludged together a buildout config to use django-page-cms which depends on django-mptt and it still isn't referencing my locally downloaded svn trunk version of django-mptt. Installing django. Page at [link] links to .py file(s) without version info; an index scan is required.... more »
By John Griessen  - 8:47am - 2 new of 2 messages    

_wrapped_view() problems with method_decorator 
  Hello I've been happily running Django 1.1.1 for a good while. It's excellent. Being a perfectionist with a deadline, I've wanted to make use of part of someone else's app which is written against 1.2. So, no problem. I read the release notes, pulled down the beta. @login_required as a method decorator... more »
By Aidan Fitzpatrick  - Mar 13 - 2 new of 2 messages    

a bug (i think) with dynamic inlines and ManyToMany relationships 
  Hi all, I've found what I think is a bug in django 1.2 beta 1 (SVN-12773). The dynamic inlines works great with foreign key relationships, but the "Add another xxx" link doesn't appear with ManyToMany relationships. It seems to be because of the '+' character in the `inline_admin_formset.formset. prefix`, causing the regex in... more »
By Simon  - Mar 13 - 1 new of 1 message    

Rendering individual RadioButtons in a Template 
  Hi list, any recommended way of rendering individual RadioButtons in a Template (from _one_ RadioSelect widget) ? Something like {{ form.field.radioselect.0 }} Thanks, ~b~
By bustaarama  - Mar 13 - 1 new of 1 message    

site management - maintanance mode 
  Hi, I have a site that runs on more many hosts. now hast someone an idea, how to put the whole site (on all hosts) in "maintanance mode" (keep normal users outside with a nice hint) - without reloading all webservers and not changing the load-balancer / proxy config - meaning: is there a django/python way for it?... more »
By Henrik Genssen  - Mar 13 - 7 new of 7 messages    

Self Join 
  I'm trying, without a great deal of success, to perform a simple self join using the django orm. I'm pretty sure the F() function is not the answer. I believe this only allows you to compare two field within the same model instance, not to compare fields within 2 instances of the same model. I want to do this -... more »
By jrs  - Mar 13 - 2 new of 2 messages    

1 - 10 of 26680   « Newer | Older »

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