Hello Parin, i do create separates apps... also every app have his own
models and his own views, and his own templates, etc... the deal its how
you can connect the differents apps. (I create another app who connect the
others apps, i mean for a new project i create this connection app in base
of the client requirements)

Hope to help you


2013/5/8 Parin Porecha <parinpore...@gmail.com>

> Hi,
>
> I am developing a to-do task manager using Django 1.5 .
> It will have tasks, tags, different forms of input etc.
>
> I read on stackoverflow that creating separate apps with separate and
> limited functionalities is a good practice. So, should I create different
> apps for Task backend, Tag backend, and the frontend views ?
>
> If yes, then I am thinking of having only the Task model in the Task app,
> Tag model in Tag app, User profile model in it's own app, and import them
> wherever necessary. Now, is this good also, or should I keep all my models
> in one place ?
> Regarding views, should I follow the same convention ( i.e. - only the
> views related to tasks should be in the Task app, and the views relating to
> tags should be in the Tag app ) ?
>
> Thanks,
> Parin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Rafael E. Ferrero
Claro: (03562) 15514856

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


Reply via email to