Largest E-Book Collection in your area.

2007-02-24 Thread Nirosha
Find your e-book free http://www.mithuru.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, s

Forex Trading Tips and Tricks

2007-02-24 Thread Sheela Thaper
Forex Trading - Masters Just Learn the Trading Tricks from the masters and jacks of market trading. *Forex Trading Introduction* * Trading Market Conventions * * Forex Trading Orders and

Re: Django newbie question: saving composite objects.

2007-02-24 Thread Malcolm Tredinnick
On Sat, 2007-02-24 at 18:41 +, Manoj Govindan wrote: > Hi, > Consider a model and a simple test for the model. > > class Project(models.Model): > name = models.CharField(maxlength = 255) > parent = models.ForeignKey('self', null = True) > > class ProjectTests(unittest.TestCase): >

templateags problem

2007-02-24 Thread akonsu
hello, given a string 's' with a template source, i am trying to render this template in my view: from django.template import Template ... t = Template(s) t.render(context) ... where 'context' is some context. the above code works fine as long as 's' has no custom tags in it. but it fails with

AGLOCO

2007-02-24 Thread engin kaya
Dear , I recently joined AGLOCO because of a friend recommended it to me. I am now promoting it to you because I like the idea and I want you to share in what I think will be an exciting new Internet concept. AGLOCO's story is simple: Do you realize how valuable you are? Advertisers, search p

Re: Running Django locally on Mac OS X, error with database connection

2007-02-24 Thread Benjamin Chait
I've got /opt/local/bin in my ~/.bash_profile as per your instructions (so far as I can tell): PYTHONBIN=/opt/local/Library/Frameworks/Python.framework/Versions/2.4/ bin export PATH=/opt/local/bin:/opt/local/sbin:$PYTHONBIN:$PATH benjamin-chaits-powerbook-g4-15:~ benjaminchait$ /usr/local/bin/py

Re: Aggregate class: a first-attempt

2007-02-24 Thread Honza Král
I created a ticket for this: http://code.djangoproject.com/ticket/3566 any comments are welcome On 2/23/07, Tim Chase <[EMAIL PROTECTED]> wrote: > > >> items.aggregate((,), sum=( > >> 'field1', > >> 'field2', > >> ... > >> 'field20', > >> 'field21', > >> )

Django newbie question: saving composite objects.

2007-02-24 Thread Manoj Govindan
Hi, Consider a model and a simple test for the model. class Project(models.Model): name = models.CharField(maxlength = 255) parent = models.ForeignKey('self', null = True) class ProjectTests(unittest.TestCase): def testCreateProjectAndSubProject(self): project = Project(name

Re: storing templates in database

2007-02-24 Thread canen
See this ticket http://code.djangoproject.com/ticket/632. It has an implementation. akonsu wrote: > hello, > > if i wanted to store my templates in the database so that the users > could edit the way the pages look through the admin interface, how > would i go about doing that? > > thanks for any

Re: Pycon Djangonauts

2007-02-24 Thread Eric Walstad
Hey James, James Bennett wrote: > On 2/23/07, Eric Walstad <[EMAIL PROTECTED]> wrote: >> George Song is organizing a(nother) Django show-n-tell for tomorrow >> (Saturday, 2/24/7) at 4:05PM. Tonight he demo'ed a couple apps he's >> worked on recently. Very cool, innovative stuff. There should b

How to get normal iteritems from a MultiValueDict?

2007-02-24 Thread Tomi Pieviläinen
While the __get__ function gives same results as a dict would, iteritems() doesn't. I'd like to use my GET/POST values in a function that uses iteritems, but it outputs even single values as lists. Is there a nice way to transform MultiValueDict into a normal dict, or the iteritems? --~--~-

Cool Free Offers

2007-02-24 Thread coolguy17111987
Now you can call anywhere in world for free ...hurry up...Its Globe 7.. you are paid to watch free videos(of your choice)... Now its no. 1 VOIP service in the worldClick on the link below... download the software, register for free and start calling What are you waiting for now Call an

Re: form_for_model and hidden foreign key?

2007-02-24 Thread sandro.dentella
I'm not sure is you're talking about UPDATE or INSERT. Clearly when INSERTing new record it's easy to just setdefaults. The problem arises when UPDATEing. If my tests are correct (I'm pretty convinced tey are...) in fact you need to put all fields you don't want to update as hidden fields, and tha

Hey ! GOOGLE friends-upcoming site for you-Amazing features

2007-02-24 Thread smita
Hey ! GOOGLE friends-upcoming site for you-Amazing features One place site for everything-entertainment-career-earning-videos- chating-msgs-all Find A good site At 1 place Like Orkut & Youtube - with many More Features here You make career Beautiful..!! Friends-Videos-Chit Chat -Campus-Earnings-G

Re: where is the code for the date widget in admin

2007-02-24 Thread Malcolm Tredinnick
On Sat, 2007-02-24 at 13:13 +0530, Kenneth Gonsalves wrote: > > On 24-Feb-07, at 12:22 PM, oggie rob wrote: > > > You need to include django/contrib/admin/media/js/calendar.js & admin/ > > DateTimeShortcut.js, and put 'class="vDateField"' or "vTimeField" for > > each widget. The html is dynamica