Re: Is Django development active?

2008-07-23 Thread Hussein B
I didn't know that my question has political background :) On Jul 20, 2:15 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > >> I got that illusion due the slow official releases cycle... > > > Be careful with this logic, because it is misleading. For example: > > Britain has not had a new Prime

Re: Django Newbie

2008-07-23 Thread Kenneth Gonsalves
On 22-Jul-08, at 12:36 PM, Sthembile Ngidi wrote: > I'm relatively new to python and I want to use django to create a > website. are you a newbie in web programming? Please tell us your previous experience in web programming so we can guide you. -- regards kg

Re: Custom permission problem in newforms-admin

2008-07-23 Thread Brandon Taylor
Doh! You're absolutely right Malcom. Sorry, don't know why I didn't see that before. So, now that I have my lovely permission, I have a new problem... I need the ability to let a user 'add' a story, even if they can't 'approve' one. So, I'm wondering where I should try to disable the field? In

Re: How to inline somethin to a FlatPage

2008-07-23 Thread eka
Doesn't seem to work On Jul 21, 4:56 pm, slav0nic <[EMAIL PROTECTED]> wrote: > try admin.site.unregister(FlatPage) befor register it --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Lifestream - a combined feed for any number of models.

2008-07-23 Thread bjornkri
Here's something I find myself doing alot: I've a number of models, typically for blog entries, photos, twitter tweets, links etc, and I want them all displayed in sequence on a 'lifestream' page. I'm hoping others have had the same, and we can come up with a decent solution for this. There may

Re: Tabular data, limited columns in a template.

2008-07-23 Thread Daniel Roseman
On Jul 21, 8:28 pm, truebosko <[EMAIL PROTECTED]> wrote: > {% if is_new_row forloop.counter %} > ... > {% endif %} > You can't use a tag inside another tag - in this case, the 'if' tag. What you can do, though, is use a filter. So you need something like this: @register.filter def