I kind of like that suggestion. I just finished refactoring that way. It has the
effect of putting the admin and browse stuff with the data model which makes
sense to me.

Cheers, Bob


-----Original Message-----
From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On
Behalf Of Tom Evans
Sent: Friday, February 17, 2012 10:12
To: django-users@googlegroups.com
Subject: Re: Dumb newbie question

On Fri, Feb 17, 2012 at 4:15 PM, Babatunde Akinyanmi <tundeba...@gmail.com>
wrote:
> I'm also a noob. If I had code that would use the same models then I 
> would keep everything inside one app but divide them into modules
>

I would say that is slightly sub optimal.

There is nothing wrong with an app that consists solely of models, and another
app which provides views, templates and forms which uses models from the first
app and has no models of its own.

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to