• Dominique Barton's avatar
    FIX: Add django to 3rd party packages in isort · 8f3a0f6e
    Dominique Barton authored
    This is required because we've repositories called `django`, for example
    the Django Library or Django Blueprint. In this case isort / Python
    thinks that the local directory called `django` is equivalent to the
    3rd party package `django` and thus the imports will be sorted
    incorrectly.
    
    The only workaround for this is either renaming the checked out
    directory or explicitly specifying `django` as 3rd party package.
    8f3a0f6e