Re: Insert model data into every page (base.html)

2010-05-06 Thread personificator
If you use the context processors, you can include the data on every page. The template should be rendered from the view or in your case a generic view. Cheers On May 5, 9:06 am, Martin Tiršel wrote: > Hello, > > I need to insert some data from database onto every page, so

DateTimeField in models renders incorrect select input

2007-10-15 Thread personificator
The default models.DateTimeField() renders a 1-24 hour select input box on the form. Isn't the proper time display from 00:00 - 23:59? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post