including non-editable fields in forms?

2009-02-09 Thread Margie
in the form). Is there a way to do this in a form or do I need to simply put the created field into my template separate from the display of the form? Margie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re: looking for patch to user.messages that adds a category

2009-02-06 Thread Margie
Very cool - thanks so much for giving me thsi pointer, Ramiro. I followed the snippet info and it's working great. Margie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: looking for patch to user.messages that adds a category

2009-02-06 Thread Margie
Thanks very much, Karen. That makes perfect sense. Well, it was at least a good excercise in learning how easy it is to download the source from the svn repository! Margie On Feb 6, 1:37 pm, Karen Tracey <kmtra...@gmail.com> wrote: > On Fri, Feb 6, 2009 at 3:54 PM, Margie <

looking for patch to user.messages that adds a category

2009-02-06 Thread Margie
Hi, I was searching for a way to add a class to messages that are created via user.message_set.create(message="my message here"). I found a number of people discussing this and found what seems to be patch that does just what I want:

Debug output from template language?

2009-01-28 Thread Margie
to know what attributes are available for 'field'. Any way to introspect field from within the template language and get the output sent to either the stderr/stdout of the server or to a file? Margie --~--~-~--~~~---~--~~ You received this message because you

Re: trouble with yesno to generate images

2009-01-26 Thread Margie
Thanks very much, autoescape did the trick, here is the result for anyone interested: {% autoescape off %} {{ task.done|yesno:"," }} {% endautoescape %} Margie --~--~-~--~~~---~--~~ You received this message because you are

trouble with yesno to generate images

2009-01-26 Thread Margie
<, > ends up being > and my quotes become " Could someone give me an example of how to use yesno to generate an image? Margie an image? Margie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django use

Re: how/where to constrain the relationships in a model?

2009-01-14 Thread Margie
Thanks Ariel! That makes sense ... On Jan 14, 1:52 pm, Ariel Mauricio Nunez Gomez <ingenieroar...@gmail.com> wrote: > Margie, > > My best bet would be to override the model's save method and do your > validation there. > > http://docs.djangoproject.com/en/dev/ref/mode

how/where to constrain the relationships in a model?

2009-01-14 Thread Margie
location in the code to enforce this? I'm not sure if there is a way to enforce this within the model itself. If not, then is the appropriate thing to do to just check it in my public interface when I, for example, add an owner to a task? Thanks! Margie Margie

Re: best way to do tabs?

2009-01-08 Thread Margie
for such a simple task, but it is your > bikeshed and you get to paint it any color you may want :) > > Ariel. > > > > On Thu, Jan 8, 2009 at 12:30 PM, Margie <margierogin...@yahoo.com> wrote: > > > I think the issue I have is that I seem to need to maintain "stat

Re: best way to do tabs?

2009-01-08 Thread Margie
the ids that cause the tabs to darken. If each tab has its own id and you are creating them dynamically, it seems like the static nature of css just can't deal with this. On Jan 8, 8:29 am, "Ariel Mauricio Nunez Gomez" <ingenieroar...@gmail.com> wrote: > Margie, I agree

best way to do tabs?

2009-01-08 Thread Margie
Anyway, any pointers from those of you more experienced than me are appreciated! Margie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Do you recommend "Practical Django Projects"?

2009-01-05 Thread Margie
I was a total web framework newbie and got started with the SAMS book. I think it's called "learn Django in 24 hours" or something like that. It has a ton of errors and from that standpoint, it not a good book. However, it is the only book I've found that really leads you step by step through

Bay Area Django consultant wanted

2008-12-05 Thread Margie
own pocket. Looking for someone that is available pretty much immediately. My time is flexible in terms of day/time for meeting. Hope this is an ok place to post this, sorry if I am offending anyone, I will post it only this once. Thanks, Margie

modeling questions

2008-12-05 Thread Margie
e is just an analogy). Thanks! Margie --~--~-~--~~~---~--~~ 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,

Re: open source project management app that uses django?

2008-12-04 Thread Margie
Ok - forget it - I figured it out! I found the django pages on how to serve static files and that showed me what I need to know and it looks great now. On Dec 4, 12:54 pm, Margie <[EMAIL PROTECTED]> wrote: > Ok - this is very useful!  It is just great to see a "real" app th

Re: open source project management app that uses django?

2008-12-04 Thread Margie
at http://MEDIA_PATH/helpdesk/ I did the ln, but I don't understand how to make the contantes of media/helpdes accessible at http://MEDIA_PATH/helpdesk/ What do I do to make them "accessible"? Margie On Dec 3, 11:27 pm, "Hanny Wibisono" <[EMAIL PROTECTED]> w

Re: open source project management app that uses django?

2008-12-04 Thread Margie
and I can see how that is very nice. Thanks, Margie On Dec 3, 5:59 pm, maeck <[EMAIL PROTECTED]> wrote: > Margie, > > If you can think up a decent model, you might be able to setup the > core of the project management application in the Django contrib.admin > module. >

open source project management app that uses django?

2008-12-03 Thread Margie
at to bootstrap from some existing code, even if it doesn't do quite what I want. I would be happy to contribute my own work back to the open source community. Thanks for any ideas! Margie --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: problem saving form data in sams "24 hour" book example

2008-12-02 Thread Margie
Thank you so much - that was a huge help! Margie On Dec 2, 5:17 pm, "Colin Bean" <[EMAIL PROTECTED]> wrote: > On Tue, Dec 2, 2008 at 5:09 PM, Margie <[EMAIL PROTECTED]> wrote: > > > I'm a new user to django and am attempting to go through the Sams > > &

problem saving form data in sams "24 hour" book example

2008-12-02 Thread Margie
eally I want to just be modifying the person with that UserID. Can anyone tell me what I'm doing wrong? Thanks, Margie --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro

<    1   2   3