same session on more than 1 website

2009-09-24 Thread hinnack
hi, I do have only set SESSION_COOKIE_DOMAIN = '.dev.miadi.net' in both sites and now I am expecting to be able to set a value under host1.dev.miadi.net and to read it under host2.dev.miadi.net - but this does not work. the browser does send the cookie he got from host1 to host2, but the site se

Simple database replication app for Django

2009-09-24 Thread Roberto Rosario
I needed a simple way to append new records from many Oracle dbs to one Mysql db, and came up with this solution. As part of the mantra "Release Early, Release Often" I'm putting it into a separate app, making it more generic and releasing it on google code. Code is at: http://code.google.com/

<    1   2