I am new to Django.
I'm developing a Django application where user will enter UserName & DatabaseName (new Database to be generated by openerp)
So once User submits the username & dbname, it will call Open ERP API to create new database and setup new username/password as per specified in Django App.
Once new DB is configured, openerp API should also notify the user by email with the link (web client) to access his new account of openerp...
How can I achieve this ?