There is really no reason why you couldn't do that. You can either run them in parallel (the standard wave robot distribution handles all / _wave/.* which shouldnt interfere with your django setup). Or you can integrate with django by having a rule handling /_wave/... (or multiple rules) and forward it to the relevant handlers in your robot object.
On May 9, 8:36 pm, alon <[email protected]> wrote: > Hey, > Is it possible to run a python wave robot inside an existing django > patch webapp? there is a possibility to run a separate 'webapp' > inside ? > > -- > You received this message because you are subscribed to the Google Groups > "Google Wave API" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-wave-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Wave API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-wave-api?hl=en.
