Re: Django view without app

2011-03-06 Thread Venkatraman S
On Mon, Mar 7, 2011 at 2:07 AM, Mike Ramirez wrote: > But it also > > > doesn't have it's own data, so an app for this view would be overkill. > How is it overkill? > > Please note that apps do not need to have forms, models, admin access or > even views, it can just be a template tag if you feel

Re: Django view without app

2011-03-06 Thread Mike Ramirez
On Sunday, March 06, 2011 10:07:07 am schwarzerrabe wrote: > Hi, > > I just recently started using Django to realize a small project, so > I'm really just a beginner. > > My question is: Where do I put a view that doesn't need an own app? > > My project is a library of DVDs, Books and other medi

Django view without app

2011-03-06 Thread schwarzerrabe
Hi, I just recently started using Django to realize a small project, so I'm really just a beginner. My question is: Where do I put a view that doesn't need an own app? My project is a library of DVDs, Books and other media types that is being used by multiple people at once. So I have created an