On 6 déc, 10:55, "Guillermo C." <[EMAIL PROTECTED]> wrote:
> Hi.
>
> - Scaffolding: I prefer it over django admin in many situations. I
> mean, when you're doing something complex you'll need to drop out the
> django admin and write your own code, so it's cool to have the basic
> CRUD code and develop from that.

While you surely have to write some code for custom stuff, you don't
necessarily have to "drop out of admin" - you can just customize the
relevant part of the admin.
(snip)

> - RoR controllers versus Django views: Django does not enclose in
> classes the controllers neither have Routes, the mapping between urls
> and views (plain functions taking a ``request`` object as first param).

s/plain functions/callable objects/

Remember that classes are callable too, and that Python let you define
your own callable types.

(snip)
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to