Re: import setting error

2007-09-10 Thread [EMAIL PROTECTED]
it is ok now, thx! On 9月11日, 上午11时56分, "Yung-Yu Chen" <[EMAIL PROTECTED]> wrote: > It seems to be a small mistake about namespace in your Python code. Try > replace > src = MEDIA_ROOT + 'user/defalut.jpg' > with > src = settings.MEDIA_ROOT + 'user/defa

where to control redirect url in update_object?

2007-09-10 Thread [EMAIL PROTECTED]
it_profile), thx --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: where to control redirect url in update_object?

2007-09-10 Thread [EMAIL PROTECTED]
you are right, thank you! On 9月11日, 下午1时28分, Ross Poulton <[EMAIL PROTECTED]> wrote: > On Sep 11, 2:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > after updating the object, it redirect to /users/xxx, but i want it go > > to /user/xxx. >

ERROR: permission denied for relation

2007-09-11 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google

Silicon valley veteran engineer looking for django developer

2007-09-11 Thread [EMAIL PROTECTED]
code samples --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

django-voting question

2007-09-12 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: ERROR: permission denied for relation

2007-09-12 Thread [EMAIL PROTECTED]
Any Ideas on this?? Thanks On Sep 11, 4:11 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi I am getting this error when I try to do this: > > get_list = some_table.get_list(where=['user_id=%s' % > request.user.id]) > > I get this error: (and assuming

Re: django-voting question

2007-09-12 Thread [EMAIL PROTECTED]
~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

error: psycopg requires a datetime module

2007-09-12 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit

Re: django-voting question

2007-09-13 Thread [EMAIL PROTECTED]
Thanks Samuel. I tried that, too, but all p.X seemed to return was the index of the tuple (1, 2, etc). On Sep 12, 2:54 pm, Samuel Adam <[EMAIL PROTECTED]> wrote: > Try this : > > {% for p in posts %} > {{ p.0 }} > {{ p.1 }}

Validating dynamically generated fields (guess i'll need a metaclass)

2007-09-13 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this grou

Re: ERROR: permission denied for relation

2007-09-13 Thread [EMAIL PROTECTED]
this happened? Thanks, On Sep 12, 2:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Any Ideas on this?? > > Thanks > > On Sep 11, 4:11 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > Hi I am getting this error when I

content types question

2007-09-13 Thread [EMAIL PROTECTED]
groups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Validating dynamically generated fields (guess i'll need a metaclass)

2007-09-14 Thread [EMAIL PROTECTED]
On Sep 13, 11:06 pm, Doug B <[EMAIL PROTECTED]> wrote: > Could you just use a collection of forms with different prefixes... Hi Doug, that's a good idea... but i'm still following the meta-programming route... i tried with a form factory function which is conceptually closer to what

Re: Arithmetic operations in a templete

2007-09-14 Thread [EMAIL PROTECTED]
On Sep 14, 9:31 am, "Jonathan Buchanan" <[EMAIL PROTECTED]> wrote: > > Template tags really are the best place to put display-specific logic > like this. The original problem specified (a custom button and > associated JavaScript for an object with the object's name

Re: Arithmetic operations in a templete

2007-09-14 Thread [EMAIL PROTECTED]
On Sep 14, 11:29 am, "Jonathan Buchanan" <[EMAIL PROTECTED]> wrote: > Pesky kids these days, with your music and your anticipation... :-) > I agree that what you propose here would be useful in the scenario > you've described. *Personally*, if I wanted something li

Re: Arithmetic operations in a templete

2007-09-14 Thread [EMAIL PROTECTED]
On Sep 14, 12:46 pm, "Jonathan Buchanan" <[EMAIL PROTECTED]> wrote: > I'd have to take a look at how that tag was implemented, but I'd > likely start out with something horrific, like the attached patch :D Tsk, tsk. Bending the rules of the game a bit now, aren't we? :-)

Re: Reinstalled OS X... what do I need to reinstall?

2007-09-14 Thread [EMAIL PROTECTED]
Austin, Just make sure Django is in the site-packages directory of the Python installation that is actually being used. Regards, -scott On Sep 14, 5:06 pm, "Austin Govella" <[EMAIL PROTECTED]> wrote: > They reinstalled OS X on my machine today. > > Runserver

FRee E-Books

2007-09-15 Thread [EMAIL PROTECTED]
send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Reinstalled OS X... what do I need to reinstall?

2007-09-15 Thread [EMAIL PROTECTED]
Sort of. It's not django-specific; you can do it for any or all of your files when reinstalling: http://docs.info.apple.com/article.html?artnum=151641 Derek On Sep 14, 7:26 pm, "Austin Govella" <[EMAIL PROTECTED]> wrote: > I've done more poking about. > > Django is tot

Obtaining newforms field values in a template

2007-09-15 Thread [EMAIL PROTECTED]
ango-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Derived, read-only attributes in the admin

2007-09-16 Thread [EMAIL PROTECTED]
gle Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Obtaining newforms field values in a template

2007-09-16 Thread [EMAIL PROTECTED]
or unbound. Unfortunately, my reading of the code tells me that I would need to duplicate the logic that the field goes through to determine this. There's no "get_value_to_render" or suchlike to call. Regards, -scott On Sep 16, 9:07 pm, Collin Grady <[EMAIL PROTECTED]> wrote: > W

Stale session timings

2007-09-17 Thread [EMAIL PROTECTED]
post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Directed graph implementations for Django

2007-09-17 Thread [EMAIL PROTECTED]
the divided room problem where a conference room might have 3 parts which can make a total of 6 'rooms', but have special meaning for room scheduling). But the NavBar is closest to what you are trying to do. On Sep 17, 4:08 pm, "paul.dorman" <[EMAIL PROTECTED]> wrote: > Thanks for

Re: uploading to a separate directory

2007-09-17 Thread [EMAIL PROTECTED]
field name, and it also has the limitation of being old-form specific. Hopefully someone else will be able to explain things better than I have. -Doug On Sep 17, 1:17 pm, "Ian Lawrence" <[EMAIL PROTECTED]> wrote: > Hi, > I would like each uploaded test to go into a separ

Django and Twitter

2007-09-18 Thread [EMAIL PROTECTED]
| mattwaite.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Re: Django and Twitter

2007-09-18 Thread [EMAIL PROTECTED]
etUsername() Traceback (most recent call last): File "", line 1, in AttributeError: 'module' object has no attribute '_GetUsername' Again, thank you for taking a look at this. Matt Waite On Sep 18, 12:10 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > > However, when I save the rec

Re: ORM / Performance

2007-09-18 Thread [EMAIL PROTECTED]
I want to say one word to you. Just one word. http://en.wikipedia.org/wiki/Denormalization On Sep 18, 10:57 pm, yezooz <[EMAIL PROTECTED]> wrote: > On Sep 18, 10:34 pm, "Joseph Heck" <[EMAIL PROTECTED]> wrote: > > > Without knowing a hell of a lot mor

Re: ORM / Performance

2007-09-18 Thread [EMAIL PROTECTED]
20 second query into a .2 second one when you eliminate table scans. On Sep 18, 3:43 pm, yezooz <[EMAIL PROTECTED]> wrote: > hi all, > > I'm sure many of you run high traffic websites in Django and I'm very > curious how you're avoiding performance hit caused by built-in ORM.

Trying to install trunk version - svn error

2007-09-19 Thread [EMAIL PROTECTED]
Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: RoR vs Django - mac vs pc parody ad

2007-09-19 Thread [EMAIL PROTECTED]
Mike B: I saw that earlier but, obviously, loved it! On Sep 19, 6:08 pm, "Mike B." <[EMAIL PROTECTED]> wrote: > RailsEnvy's outrageous > parody:http://www.railsenvy.com/2007/9/10/ruby-on-rails-vs-django-commercial-7 > > Sorry guys, but I couldn't resist..

Video Blogging - Django + Flash

2007-09-19 Thread [EMAIL PROTECTED]
to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

how to list a array's element?

2007-09-20 Thread [EMAIL PROTECTED]
uot; group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: how to list a array's element?

2007-09-20 Thread [EMAIL PROTECTED]
this is question of how list one element of a queryset in template. can somebody help me, thanks! On 9月20日, 下午2时04分, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i have a templatetags as following: > > {% load bookmarks.templatetags.commrate %} >

Re: how to list a array's element?

2007-09-20 Thread [EMAIL PROTECTED]
sorry, it is not work. to simplify my question is how to show a list in template file as list[1].name as it does in shell mode etc. thanks! On Sep 20, 5:33 pm, Daniel Roseman <[EMAIL PROTECTED]> wrote: > On Sep 20, 7:04 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wr

Re: how to list a array's element?

2007-09-20 Thread [EMAIL PROTECTED]
'rate_list[1].rate' Is it invalid for [] in template? On Sep 20, 11:08 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > sorry, it is not work. > > to simplify my question is how to show a list in template file as > list[1].name as it does in shell mode etc. > &

How's the water in the svn pool?

2007-09-20 Thread [EMAIL PROTECTED]
groups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Trying to install trunk version - svn error

2007-09-20 Thread [EMAIL PROTECTED]
entries. On Sep 19, 8:35 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm using django 0.96 / python 2.5.1 / ubuntu 7.04 but I got the 00903 > Oracle error and I'm trying to use the trunk version. > > I follow the instruction onhttp://www.djangoproject.com/docume

Re: how to list a array's element?

2007-09-20 Thread [EMAIL PROTECTED]
ok, resovled, daniel is right, thanks! On Sep 20, 11:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > i used {{ rate_list.1.rate }} in template, there is no error and no > result. > i used {{ rate_list.[1].rate }} then the error is :Could not parse the >

Re: error: psycopg requires a datetime module

2007-09-20 Thread [EMAIL PROTECTED]
denied? Thanks, J On Sep 12, 4:57 pm, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 9/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > I can't seem to get past this error. I just installed the latest > > Python package and

Extract hour, minute and second equivalent for django.db

2007-09-21 Thread [EMAIL PROTECTED]
ango-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

template speed

2007-09-22 Thread [EMAIL PROTECTED]
w, i think. Regards, Dmitry. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email

Re: template speed

2007-09-23 Thread [EMAIL PROTECTED]
Nope, i'm using select_related(). On 23 сент, 04:32, "Michael Elsdoerfer" <[EMAIL PROTECTED]> wrote: > > {% ifequal newsitem.user.id 12 %} > > Just a guess, but is it possible that this requires a separate query for the > user for each item in object_list? > >

cPickle dumps UnicodeDecodeError

2007-09-24 Thread [EMAIL PROTECTED]
. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For mo

got an unexpected keyword argument 'max_digits'

2007-09-25 Thread [EMAIL PROTECTED]
glegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

ThoughtAndMemory.org competition for django programmers (win a video iPod)

2007-09-25 Thread [EMAIL PROTECTED]
with server/open source advice, actual code contributions, user feedback and publicity/spreading the word. Thank you and good luck, Lucy Mendel. [EMAIL PROTECTED] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: url config problem

2007-09-25 Thread [EMAIL PROTECTED]
Swati, Whatever location apache is using for handling django won't be given to django's root url config. I can post more about this tonight. Lucy http://www.ThoughtAndMemory.org On Sep 25, 12:21 pm, swati <[EMAIL PROTECTED]> wrote: > Hi All, > > I am very much new in django. I

Permission denied

2007-09-26 Thread [EMAIL PROTECTED]
this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Starting up with django

2007-09-26 Thread [EMAIL PROTECTED]
Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

cool!!

2007-09-26 Thread [EMAIL PROTECTED]
cribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Starting up with django

2007-09-26 Thread [EMAIL PROTECTED]
jango users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

It's Django for bussines/financial apps??

2007-09-26 Thread [EMAIL PROTECTED]
send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

great new site

2007-09-26 Thread [EMAIL PROTECTED]
cribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

great new site

2007-09-27 Thread [EMAIL PROTECTED]
cribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: select option to return primary key?

2007-09-28 Thread [EMAIL PROTECTED]
Glebb escreveu: > How about > > > Now the id_tecnico should have the value of your persons id in your > view. Hi Glebb, that was it. Thank you very much! Luis > > On Sep 28, 3:16 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Hi, >

url of incoming request

2007-09-28 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit

configure: error: Could not locate a working Objective-C runtime.

2007-09-28 Thread [EMAIL PROTECTED]
this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Week 3 of trying to get django python running!

2007-09-28 Thread [EMAIL PROTECTED]
roup, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Week 3 of trying to get django python running!

2007-09-28 Thread [EMAIL PROTECTED]
. The most I had to do was some fiddling of paths and so on. Regards, -scott On Sep 28, 10:29 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > still haven't given up, here's my latest error: > > Error: Target org.macports.fetch returned: fetch failed > Error: The following

Downloadable HTML documentation?

2007-09-28 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.

**** ARE YOU LOOKING FOR PROPERTIES IN MALAYSIA ****

2007-09-29 Thread [EMAIL PROTECTED]
is group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: url of incoming request

2007-09-29 Thread [EMAIL PROTECTED]
_NAME - The hostname of the server. * SERVER_PORT - The port of the server. On Sep 28, 11:30 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Does the request object contain any information about t

Re: Downloadable HTML documentation?

2007-09-30 Thread [EMAIL PROTECTED]
Thanks. Given the age of that ticket, however, is the procedure that "requires a bit of work" documented anywhere? Regards, -scott On Sep 28, 11:25 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 9/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >

Template category / subcategory with for loops?

2007-10-01 Thread [EMAIL PROTECTED]
received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/gr

Post question

2007-10-01 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Template category / subcategory with for loops?

2007-10-01 Thread [EMAIL PROTECTED]
Nono, my searching didn't pull this up in the discussion groups, so I'll take a look. Thanks much! Lance On Oct 1, 6:11 pm, "Chris Moffitt" <[EMAIL PROTECTED]> wrote: > I'm sure people are sick of me for continuing to post this, but folks keep > asking, so I'll keep posti

help with the project

2007-10-02 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more opti

trying to make Django work with fastcgi

2007-10-02 Thread [EMAIL PROTECTED]
t;Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: trying to make Django work with fastcgi

2007-10-02 Thread [EMAIL PROTECTED]
mpts, its restart interval has been backed off to 600 seconds and a few of these: [2007-10-02 02:03:32]: error: file has no execute permission: (/home/ soulgt/public_html/dispatch.fcgi) I hope this helps, as I'm completely lost. On Oct 2, 2:39 am, "Horst Gutmann" <[EMAIL P

fell sad will a newform implement

2007-10-02 Thread [EMAIL PROTECTED]
cribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

new user vs. logged out user

2007-10-02 Thread [EMAIL PROTECTED]
ot; group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: trying to make Django work with fastcgi

2007-10-02 Thread [EMAIL PROTECTED]
I'm exactly there with you, David. Same with the manage.py. I can even sync up fine with MYSQL. If anybody has any ideas, I'm more than willing to try pretty much anything at this point. On Oct 2, 5:30 am, David Brown <[EMAIL PROTECTED]> wrote: > I'm actually having the exact same pro

Re: hidden fields

2007-10-02 Thread [EMAIL PROTECTED]
I had a similar situation with hidden fields. I was using a newform, but didn't include the hidden fields. Then, in my template I had something like: {{ form }} where id_email had been set earlier in the view. This worked for me. On Oct 2, 7:27 am, Ana <[EMAIL PROTECTED]>

Re: Downloadable HTML documentation?

2007-10-02 Thread [EMAIL PROTECTED]
Thanks, that looks great. I'll give it a try. Regards, -scott On Sep 30, 6:08 pm, Nathaniel Whiteinge <[EMAIL PROTECTED]> wrote: > On Sep 30, 2:23 pm, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > Given the age of that ticket, however, is the proce

Problems creating a project with django-admin startproject (New Django user)

2007-10-02 Thread [EMAIL PROTECTED]
d email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

clean_data or cleaned_data

2007-10-02 Thread [EMAIL PROTECTED]
cribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: trying to make Django work with fastcgi

2007-10-03 Thread [EMAIL PROTECTED]
in cPanel) On Oct 2, 11:19 pm, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > Have you already tried it with method=prefork instead of method=threaded? > > 2007/10/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > > > I'm exactly there with you, David. Same wi

All secret recipes of top fast food resturants free

2007-10-04 Thread [EMAIL PROTECTED]
to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

All secret recipes of top fast food resturants free

2007-10-04 Thread [EMAIL PROTECTED]
to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

special codes

2007-10-05 Thread [EMAIL PROTECTED]
roup, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

All secret recipes of top fast food resturants free

2007-10-05 Thread [EMAIL PROTECTED]
roup, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

full featured web conference software, 10 cents/day

2007-10-06 Thread [EMAIL PROTECTED]
to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: trying to make Django work with fastcgi

2007-10-06 Thread [EMAIL PROTECTED]
On Oct 3, 9:01 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I actually got fed up, and nearly resolved to switch either > frameworks(pylons, turbogears) or webhosts(webfaction, dreamhost). [... big cut...] Hi all, i'm hosted at ASmallOrange and can't find a way to

Django Browser Games?

2007-10-06 Thread [EMAIL PROTECTED]
Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Django Browser Games?

2007-10-07 Thread [EMAIL PROTECTED]
Yeah, similar to the other two respondents. But more of a space/ trading style thing. On Oct 6, 10:25 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Greetings, > > I was curious to hear if there are any Django-based browser games in > production or in progress.

Re: default = current user

2007-10-07 Thread [EMAIL PROTECTED]
http://code.djangoproject.com/wiki/CookBookThreadlocalsAndUser On Oct 6, 5:10 am, "Alessandro Ronchi" <[EMAIL PROTECTED]> wrote: > Is it possible to set a field value as the current user in the admin panel? > -- > Alessandro Ronchi > Skype: aronchihttp://www.aless

Query for cascading children to a parent

2007-10-08 Thread [EMAIL PROTECTED]
ers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Query for cascading children to a parent

2007-10-08 Thread [EMAIL PROTECTED]
Thanks.. I think that will work.. will try it out shortly! On Oct 8, 11:08 am, "Richard Dahl" <[EMAIL PROTECTED]> wrote: > I have a model class 'Organization' with a parent and I do this with a > method get_child_orgs: > > get_child_orgs(self): &g

Re: Nested Inlines, dynamic forms, templates and all sorts of problems.

2007-10-10 Thread [EMAIL PROTECTED]
Hi yml, On 9 Oct, 20:11, yml <[EMAIL PROTECTED]> wrote: > In a very similar situation I have chosen option 2 for the following > reasons: > * the code was much more simple, at least simpler to maintain for me > * Very hight control on the layout of the form. Thanks for the r

flatpages and 404s

2007-10-10 Thread [EMAIL PROTECTED]
groups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: flatpages and 404s

2007-10-10 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: problem with ChangeManipulator

2007-10-10 Thread [EMAIL PROTECTED]
Are you sure that articolo is not None or that c is not an int or None? On Oct 10, 12:48 pm, Gio <[EMAIL PROTECTED]> wrote: > I get this error: > unsupported operand type(s) for +: 'NoneType' and 'int' > > referred to this snippet of code, debug informations are pointing t

Switching between databases with same project/model

2007-10-11 Thread [EMAIL PROTECTED]
uot; group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: development server,wmv

2007-10-11 Thread [EMAIL PROTECTED]
hm avi launches the media player, wmv comes back text On Oct 11, 12:30 pm, aabele <[EMAIL PROTECTED]> wrote: > Incorrect header. Try to change mimetype. > > On Oct 11, 6:46 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > i am at a rud

Re: saving to existing rows in a table

2007-10-12 Thread [EMAIL PROTECTED]
Thankyou so much don't know how I over looked that :) On Oct 12, 12:33 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > On 10/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I have a quick question about saving things. It's probably a rather > &

saving to existing rows in a table

2007-10-12 Thread [EMAIL PROTECTED]
ble. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more o

Cab issue

2007-10-14 Thread [EMAIL PROTECTED]
"Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---

Re: Cab issue

2007-10-15 Thread [EMAIL PROTECTED]
Thanks. Got it working. /mac On Oct 14, 10:51 pm, Nicolas Steinmetz <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] a écrit : > > > Exception Value: Template u'base.html' cannot be extended, because it > > doesn't exist > > It's a "convention" in

Re: How to find out if a string is contained within another string

2007-10-15 Thread [EMAIL PROTECTED]
Should be trivial to do with a regular expression. On Oct 15, 10:29 am, Greg <[EMAIL PROTECTED]> wrote: > Andres, > Using Python...how would I take out all the numeric subsequences in my > message and store them in a list? > > On Oct 15, 3:11 am, Andreas Pfrengle <

<    1   2   3   4   5   6   7   8   9   10   >