Commit c46e48bd authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Fix compatibility with Python 3.x for package-relative imports.

parent ef866349
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from local import *
from .local import *

DATABASES = {
    'default': {