from django.conf import settings
import os
from app.forms import MyForm
import os
from django.conf import settings
from app.forms import MyForm
Used when PEP8 import order is not respected (standard imports first, then third-party libraries, then local imports).