> I'm looking into using Django to redevelop a website to handle dynamic
> content and some social app functions. I am interested in knowing
> whether django can work alongside php, we built a modest database to
> work on news articles in php and are considering using facebook's api
> for an application in the near future.

If it really is modest it may well be as fast to just redo it in  
Django. Otherwise you could consider doing it in stages possibly using  
Django for admin to start:

http://jeffcroft.com/blog/2006/jul/14/django-admin-your-php-app/

I'm about to do just this with a large PHP based site. Once admin is  
done I plan to start adding new site features using Django and  
potentially phase out the PHP ones if needed.

> I'm wondering whether the facebook would be able to use django on its
> frontend or whether it would have to be php coded into that part of
> the site. Any help / advice would be a great help, thanks

That question doesn't read very clearly but this may have answers:

http://wiki.developers.facebook.com/index.php/PythonPyFacebookTutorial

Cheers,

Nick

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