I want to create an integrated blog for my Django powered site.  I
want it to be integrated with my site in the following ways:
1) I want to be able to use my base django template to frame the outer
portion of all the displayed blog content
--> I want to be able to put the entire contents of the blog in a
block from my base site.
2) I want the blog to use the auth user logins from my site for blog
comments
3) I want all of the data in the blog to be in a separate database
from my sites application so that no vulnerability in the blog code
would lead to my site being compromised.

I realize 2 and 3 might conflict with each other since at least the
user table would have to be shared, unless each database (my
application's database and the blog's database) has a duplicate copy
of the user table.

I was looking to try and achieve this integration with Wordpress, has
anyone had luck with a similar usage of wordpress in a django powered
site?  Would one of the django based blog applications be better for
this kind of integration?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to