Tuesday, September 28, 2010

Re: Where do you put your business logic in django? Organizing big projects in django.

On 28 sep, 17:32, Thomas Weholt <thomas.weh...@gmail.com> wrote:
> Inspired by the discussions in this thread I've created a reusable app
> that mainly consists of a couple of management commands, like
> startbigapp ( working name ) which is a crude hack of the startapp
> code in django. It creates module for models and views instead of the
> standard views.py and models.py.

Just for the record: "views.py" and "models.py" are actually modules.
What your command creates are packages (folders with an __init__.py
module).

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment