Re: mixing python , php and django

2014-08-15 Thread ngangsia akumbo
> > On 8/14/2014 1:24 AM, ngangsia akumbo wrote: > > > > I am working with a php guy in my office . > > He is asking me how can we mix php and django? > > Cos he want that when we have a project to do he should be able to > > paticipate using php in buildin

Re: mixing python , php and django

2014-08-14 Thread m1chael
enson-Molnar wrote: > Well, there's always: http://animuchan.net/django_php/ > > _Nik > > > On 8/14/2014 1:24 AM, ngangsia akumbo wrote: > > I am working with a php guy in my office . > He is asking me how can we mix php and django? > Cos he want that when we h

Re: mixing python , php and django

2014-08-14 Thread Nikolas Stevenson-Molnar
Well, there's always: http://animuchan.net/django_php/ _Nik On 8/14/2014 1:24 AM, ngangsia akumbo wrote: > I am working with a php guy in my office . > He is asking me how can we mix php and django? > Cos he want that when we have a project to do he should be able to > patici

Re: mixing python , php and django

2014-08-14 Thread Lee
;> >>> Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo : >>> >>> > I am working with a php guy in my office . >>> > He is asking me how can we mix php and django? >>> > Cos he want that when we have a project to do he should be able to >>

Re: mixing python , php and django

2014-08-14 Thread Anderson
t;> >>> Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo : >>> >>> > I am working with a php guy in my office . >>> > He is asking me how can we mix php and django? >>> > Cos he want that when we have a project to do he should be able to >>&g

Re: mixing python , php and django

2014-08-14 Thread Derek
ngsia akumbo wrote: > > can i have a link on how that works? > > On Thursday, August 14, 2014 9:38:15 AM UTC+1, Erik Cederstrand wrote: >> >> Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo : >> >> > I am working with a php guy in my office . >> > He

Re: mixing python , php and django

2014-08-14 Thread ngangsia akumbo
can i have a link on how that works? On Thursday, August 14, 2014 9:38:15 AM UTC+1, Erik Cederstrand wrote: > > Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo >: > > > I am working with a php guy in my office . > > He is asking me how can we mix php and django? >

Re: mixing python , php and django

2014-08-14 Thread Erik Cederstrand
Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo : > I am working with a php guy in my office . > He is asking me how can we mix php and django? > Cos he want that when we have a project to do he should be able to paticipate > using php in building the project > > can someone

mixing python , php and django

2014-08-14 Thread ngangsia akumbo
I am working with a php guy in my office . He is asking me how can we mix php and django? Cos he want that when we have a project to do he should be able to paticipate using php in building the project can someone give me some tips -- You received this message because you are subscribed to the

Re: Sharing session data between PHP and Django

2008-02-12 Thread Wes Winham
> > > my "special" phython-serialized auth data column instead of pulling > > > stuff from the general session-data column like it will want to (or > > > how hard it would be to just deserialize the current python data, add > > > on my user data, res

Re: Sharing session data between PHP and Django

2008-02-12 Thread Alex Ezell
n like it will want to (or > > how hard it would be to just deserialize the current python data, add > > on my user data, reserialize and stick it back in). > > -I don't know how hard it will be to do the reverse operation from PHP > > to python > > -I see some con

Re: Sharing session data between PHP and Django

2008-02-12 Thread Alex Ezell
es. > > Does anyone see an easier way or maybe have some insight into how I > might accomplish the serialization/pickling stuff? > > The good news is that if I can get it to work, I'll definitely be > releasing my middleware changes and my PHP session handler for use by > any othe

Sharing session data between PHP and Django

2008-02-12 Thread Wes Winham
n/pickling stuff? The good news is that if I can get it to work, I'll definitely be releasing my middleware changes and my PHP session handler for use by any other poor sap trying to stick their PHP and Django Authentications together. --~--~-~--~~~---~--~~ Y

Re: php and django

2006-10-02 Thread Wade Leftwich
Onno Timmerman wrote: > Is it a problem to run PHP and django on the same server? > > Onno > This is a FAQ for modpython: http://www.modpython.org/FAQ/faqw.py?query=mod_php&querytype=simple&casefold=yes&req=search (Even though the title of the FAQ refers to MySQL, the

Re: php and django

2006-10-02 Thread phxx
It could be a problem if you are using the apache webserver with php using mod_php and django using mod_python. This could raise some mystical disappointments with MySQL. So I think its the best idea to run django with FastCGI. just my opinion, phxx --~--~-~--~~~---~

php and django

2006-10-02 Thread Onno Timmerman
Is it a problem to run PHP and django on the same server? Onno --~--~-~--~~~---~--~~ 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 u