Does anyone know how to use DAL (database abstraction layer) that web2py uses in Django?
This comes out of django site:
"For that matter, you don’t have to use Django’s database API, either. You can use another database abstraction layer, you can read XML files, you can read files off disk, or anything you want. Each piece of Django – models, views, templates – is decoupled from the next."