Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import os
from django.apps import AppConfig
class NSAppConfig(AppConfig):
default = False
name = "nsapp"
path = os.path.dirname(__file__)