RE: is Django a good choice for a LAN app?

2009-08-12 Thread Joseph Le Brech
I think you'll find it's called an intranet. I making an intranet project myself, the basics require no effort. it just the last 10% (im sure there's a lot more than 10%) that im getting to grips with it. I find it a lot quicker to develop with than rails, the admin panel kicks scaffolding's

RE: Admin Panel and ManyToMany

2009-08-10 Thread Joseph Le Brech
Sorry guys, I've found what to do and it's in the tutorial. InlineAdmin, tut. From: jlebr...@hotmail.com To: django-users@googlegroups.com Subject: Admin Panel and ManyToMany Date: Mon, 10 Aug 2009 14:05:31 +0100 Hi All, I'm trying to add a manytomany field so that it shows up on the

Admin Panel and ManyToMany

2009-08-10 Thread Joseph Le Brech
Hi All, I'm trying to add a manytomany field so that it shows up on the admin panel for the model, but it does not look like it's working. The relationship is done via a through model. I want a list of the many items belonging to my model. Thanks, Joseph