On 05-Jan-07, at 8:42 AM, Brian Beck wrote:
* Database access. You can still use Python's much lower-level DB-API
to play with the database, and you can still make it look nice to use.
Check out the raw SQL query in this Custom Managers example:
http://www.djangoproject.com/documentation/model_api/#custom-managers
Also, the project management commands like 'sqlreset' show you what
the
abstracted model is doing under the covers.
and you can always directly access the database to add your own
rules, triggers and whatnot. For example, check contraints are not
implemented in django - easy to add your own. Only the readymade
admin interface is not so easily customisable. But then it is easy to
roll your own.
--
regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---