Re: How to use custom classes in django

2010-09-22 Thread jake2891
On Sep 22, 9:10 am, jake2891 wrote: > > > Hey guys, i am using extjs in django and am wondering the correct way > > to build custom classes like file upload classes and classes of > > functions. I am a bit confused does everything have to go into > > views.py by def

How to use custom classes in django

2010-09-22 Thread jake2891
Hey guys, i am using extjs in django and am wondering the correct way to build custom classes like file upload classes and classes of functions. I am a bit confused does everything have to go into views.py by defining a function for each ajax request or what is the process? As with extjs like drop