On Jul 17, 10:36 pm, Lycan <[email protected]> wrote: > I am building a Django User profile management portal. In one of the > sections of the website i need pull data from an external database(Its > managed by someone else, i have access to it). > > How can i achieve this and also can someone please point me to a > working example.
You should probably take a look at: * manage.py inspectdb command https://docs.djangoproject.com/en/1.3/ref/django-admin/#inspectdb * Multiple DB: https://docs.djangoproject.com/en/1.3/topics/db/multi-db/ If that fails, ask away. Regards, Uros -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

