Re: Multiple views files

2010-03-04 Thread Wiiboy
So I've got that the consensus here is to add a 'views' folder, and add my views files in that. Thanks for the help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscr

Re: Multiple views files

2010-03-04 Thread Kenny Meyer
Tom Evans (tevans...@googlemail.com) wrote: > On Thu, Mar 4, 2010 at 10:39 AM, Kenny Meyer wrote: > > ... > > I would probably have an app tree structure like this: > > > > test_app/ > > |-- __init__.py > > |-- models.py > > |-- tests.py > > |-- view > > |   |-- __init__.py > > |   |-- blog_form_v

Re: Multiple views files

2010-03-04 Thread Tom Evans
On Thu, Mar 4, 2010 at 10:39 AM, Kenny Meyer wrote: > ... > I would probably have an app tree structure like this: > > test_app/ > |-- __init__.py > |-- models.py > |-- tests.py > |-- view > |   |-- __init__.py > |   |-- blog_form_view.py > |   `-- blog_view.py > `-- views.py > > Where my views.py

Re: Multiple views files

2010-03-04 Thread andreas schmid
Kenny Meyer wrote: > Wiiboy (jordon...@gmail.com) wrote: > >> Hi guys, >> I'm thinking about making multiple views files. I'm just wondering >> whether: >> a. There's any problems with that >> b. many people do it. >> >> -- >&g

Re: Multiple views files

2010-03-04 Thread Kenny Meyer
Wiiboy (jordon...@gmail.com) wrote: > Hi guys, > I'm thinking about making multiple views files. I'm just wondering > whether: > a. There's any problems with that > b. many people do it. > > -- > You received this message because you are subscribed to th

Re: Multiple views files

2010-03-04 Thread Tom Evans
On Thu, Mar 4, 2010 at 3:08 AM, Wiiboy wrote: > Hi guys, > I'm thinking about making multiple views files.  I'm just wondering > whether: > a. There's any problems with that > b. many people do it. > We do this. It depends on how many views each app has whethe

Multiple views files

2010-03-03 Thread Wiiboy
Hi guys, I'm thinking about making multiple views files. I'm just wondering whether: a. There's any problems with that b. many people do it. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group