I am developing a django web app which does some web publishing
(pushing some data to website). My customer is already using
ExpressionEngine 2.0 for publishing, hopes that I can reuse the CMS
for any publishing purpose. They does not wish to redevelop the web
publishing platform in Django.

I'm asking if it is safe to...

use the technique documented in
http://docs.djangoproject.com/en/dev/howto/legacy-databases/

to create models and do publishing using the models. So we will have
two web apps being able to access / query the database at the same
time. Will it cause issues like data corruption, etc?

What are the alternative methods, if this is unsafe?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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