I have a project. Within that project I have the app callerlist.
Callerlist is a list of either inbound or outbound phone calls. To
each phone call the following information should be written down: own
name, name of the caller, subject, message and time. This app has to
be coherent.

Now, for example, I want to bind the above app to an crm system or
another application with customer data. I am not sure which is the
best way to provide that interface. Should I provide an additional
field as a foreign key to the customer table? The table could be
defined via a variable in the settings.py.

Or are there better solutions?

ld
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to