tags:

views:

52

answers:

1
backend_dir = os.path.join(__path__[0], 'backends')

Why can't I find it?

A: 

Set settings.DATABASE_ENGINE in settings.py.

The execution reaches the line you mentioned only if the back-end is not standard.

Antony Hatchkins