Apparently the system has cut the link, but you can still copypaste
everything between the () to your browser addressbar.

What i have in mind is sort of chatroom for company customer support.
Beeing able to post into that system from website(django) is just one
part, everything else - logging the chat and so on will be done by
pure python solution that has nothing to do with django. The python
part still needs database relations so i could use some kind ORM
there... What i want to know is that should i use django ORM for it.
Should i use any other kind of python orm instead of django orm? But
then i would essentially need to use 2 different systems for one
project which does not sound like a good idea.

Theoretically... can 2 somewhat different ORM's use same database
tables successfully and without any problems?

Alan.

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