django-detect-cyclic 0.0.9

django-detect-cyclic is a Django app to detect cyclic imports. With this application you can analyze the dependence of your applications.InstallationIn your settings.py:INSTALLED_APPS = ( 'django_detect_cyclic',)Caption- The nodes are the...