def hi_guys():
question=" I have a django application and a php script. I want that php script
interacts with the tables used by django ( with INSERT and DELETE ). Are there
problems with django ?
Thanks <:-)"
print question
def hi_guys(): question= I have a django application and a php script. I want
Share
If you keep the data correct(responding to the django model rules) everything will be ok.
P.S. Have in mind that if you don`t use transactions it is possible that django and php queries to mix in order, if this is significant to your system