On Dec 3, 2009, at 10:46 AM, Javier Guerra wrote:

> remember that an app can do a lot more than provide views.

Explain this one to me.  AFAICS, its just http request/response all the way 
down and this is basically done by getting a request to a view that spits out a 
response.  Side effects like updating the database sometimes occur.

> OTOH, a shortcut to deal with repeating code would be really welcomed.

Yeah, app integration right now seems very non-DRY and much too fiddly.  Stands 
to reason that including an app implies you include the app's urls and 
templates - or why include it?  I definitely cringe when copying an integrated 
app's templates into my project's template hierarchy.

-Todd Blanchard

--

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 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