Re: average posts per month?

2008-09-01 Thread Will Rocisky
; > On Mon, Sep 1, 2008 at 6:09 AM, Will Rocisky <[EMAIL PROTECTED]> wrote: > > > yeah, I am visiting that group :) > > > On Sep 1, 6:55 pm, "Artis Caune" <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 1, 2008 at 2:54 PM, Will Rocisky <[EMAIL PROTE

Re: average posts per month?

2008-09-01 Thread Will Rocisky
yeah, I am visiting that group :) On Sep 1, 6:55 pm, "Artis Caune" <[EMAIL PROTECTED]> wrote: > On Mon, Sep 1, 2008 at 2:54 PM, Will Rocisky <[EMAIL PROTECTED]> wrote: > > > How do I find average number of posts per month? > > For more options, visit

average posts per month?

2008-09-01 Thread Will Rocisky
How do I find average number of posts per month? --~--~-~--~~~---~--~~ 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

value taken through textarea is being displayed in one line

2008-08-26 Thread Will Rocisky
I am taking an input from user in text area, like comments. but when I print them, they all display in one line. how can I format them to display exactly how use entered them? (new lines, tabs etc) --~--~-~--~~~---~--~~ You received this message because you are

AND OR in ifequal

2008-08-22 Thread Will Rocisky
how do you put AND, OR in ifequal statement of django? --~--~-~--~~~---~--~~ 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

auto urls for methods

2008-08-21 Thread Will Rocisky
Is it possible (like Rails) to not to enter every method and it's url everytime? And url should go to the method straight unless defined. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: how to populate data again after validation

2008-08-20 Thread Will Rocisky
ST, instance=contact_instance) > > HTH > > Em > > > -Original Message- > > From: django-users@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Will Rocisky > > Sent: 20 August 2008 11:24 > > To: Django users > > Subject: Re: how

Re: how to populate data again after validation

2008-08-20 Thread Will Rocisky
t; How are you doing your validation? Is the form populating a model instance > or doing something else? > > I would be helpful to see some of the function in your views file. > > Em > > > -Original Message- > > From: django-users@googlegroups.com > > [ma

how to populate data again after validation

2008-08-20 Thread Will Rocisky
I am not using builtin {{form}} to print form in template. I am using my own things. Now, after validation, when it shows error and comes back to form, all the data has disappeared. How can I keep data in fields even after validation. I am using render_to_response

how to pass value to other action

2008-08-20 Thread Will Rocisky
I am actually making a sort of wizard in which all values have to be saved at the end. I want to pass a variable from one action to another after pressing 'Next' with HttpResponseRedirect --~--~-~--~~~---~--~~ You received this message because you are subscribed to

Re: how to display date nicely

2008-08-18 Thread Will Rocisky
actually I have to do it in views, not template I need some pure python code On Aug 18, 5:14 pm, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Wiadomość napisana w dniu 2008-08-18, o godz. 13:08, przez Will Rocisky: > > > I have a datetime object '2008-15-06 11:12:13' > > I

how to display date nicely

2008-08-18 Thread Will Rocisky
I have a datetime object '2008-15-06 11:12:13' I want to display it like 'June 6, 2008 at 11:12' --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to