Answer the question
In order to leave comments, you need to log in
How to competently implement work with external data?
Making my first prototype, immediately hit a dead end.
My application needs to actively use data from an already existing database.
It has a correspondence between object IDs and their names, various information about the same objects, etc.
How to competently implement work with these external data?
For example, in the django database, I want to store only object IDs, and get their names from another database. Check ID for validity, etc.
Answer the question
In order to leave comments, you need to log in
Django works with multiple databases like this .
At the same time, the entire set of Django functionality (models, managers, etc.) is available for all bases of your project.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question