On Thu, 2006-08-17 at 12:20 +0200, Frank Stüss wrote:
> Hi all,
> is there a best practice to overwrite/extend 
> django.db.backends.<mybackend>.creation without doing it in django source?

Not really, but it shouldn't be too hard. Since Python only imports each
module once, you should be able to import the approriate 'creation'
module and override the entry you want in DATA_TYPES. Do this towards
the top of you manage.py script and you should be fine (although I
haven't tested this, so keep your eyes open).

Regards,
Malcolm



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

Reply via email to