Re: Creating a ISP control panel with Django.

2009-12-30 Thread Larrik Jaerico
I would forget the signals, and override your model's save() function instead. That should give you all of the functionality you are asking for, and be much less of a headache. On Dec 29, 11:11 pm, Marc Aymerich wrote: > Hi everyone, > > I just started developing my first web application, I chose

Re: Creating a ISP control panel with Django.

2009-12-29 Thread Waqqas Jabbar
The main idea in django is to reuse apps. Define the functionality that you want and search for it. It is likely that you will find a lot of applications that you can use to speed up ur development. As an example of using a lot of application, check out http://pinaxproject.com/ On Wed, Dec 30, 2

Creating a ISP control panel with Django.

2009-12-29 Thread Marc Aymerich
Hi everyone, I just started developing my first web application, I chose Django for this job and I'm so excited with it. It's a control panel with billing system for the ISP which I'm working for. This control panel allows customers and our admins to add domains, email accounts, ftp accounts, data