Re: views.py getting big

2009-02-17 Thread Tasmania
Sorry... will do next time On Feb 17, 8:09 pm, Malcolm Tredinnick wrote: > On Tue, 2009-02-17 at 16:44 -0800, Tasmania wrote: > > Hi there, > > I have one single application that has building up functionalities so > > views.py has grown and it's getting big. The appli

Re: views.py getting big

2009-02-17 Thread Tasmania
Thanks Alex! On Feb 17, 8:08 pm, Alex Gaynor wrote: > On Tue, Feb 17, 2009 at 7:44 PM, Tasmania wrote: > > > Hi there, > > I have one single application that has building up functionalities so > > views.py has grown and it's getting big. The application is runn

views.py getting big

2009-02-17 Thread Tasmania
Hi there, I have one single application that has building up functionalities so views.py has grown and it's getting big. The application is running fast, but I'd like to partitionate views.py (i.e. putting some functions in a different file, etc) can I do that in Django? Thanks! T --~--~---