This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ast | |
import os | |
from pyflakes import checker, messages | |
import sys | |
from django.conf import settings | |
from django.core.management.base import BaseCommand | |
# BlackHole, PySyntaxError and checking based on | |
# https://github.com/patrys/gedit-pyflakes-plugin.git |