my real situation as an example.

*local database*
AssetModel(id, employee, name, barcode, location, value)

*remote database*
EmployeeView(id, name, department)

I am thinking to set employee in AssetModel as an ForeignKey which 
references to EmployeeView.
but it seems to be not allowed


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4617ae94-1cf1-42be-8441-2ba84e9d04ef%40googlegroups.com.

Reply via email to