Django application to detect cyclic imports
Project description
Application to detect cyclic imports. With this application you can analyze the dependence of your applications
Requeriments
python-graph-core (1.8.1)
python-graph-dot (1.8.1)
pysmell (0.7.3)
pyplete (0.0.1)
Installation
In your settings.py:
INSTALLED_APPS = ( 'django_detect_cyclic', )
Possibles Errors
It is possible that the next links are interested if you can some problem:
It is possible that you have to remove the pyc files:
find -iname "*.pyc" -exec rm "{}" \;
Usage (Examples)
python manage.py detect_cyclic python manage.py detect_cyclic --include-apps="app1,app6,app7,app11" --file-name="my_graph.svg" --exclude-packages="migrations,templatetags" --verbosity=2 python manage.py detect_cyclic --include-apps="app1,app6" --show-modules --file-name="my_graph.svg" --exclude-packages="migrations" --verbosity=2 python manage.py detect_cyclic --include-apps="app1,app6" --only-cyclic --file-name="my_graph.svg" --exclude-packages="migrations" --verbosity=2
Releases
0.0.1 (2012-07-09)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-detect-cyclic-0.0.1.tar.gz
.
File metadata
- Download URL: django-detect-cyclic-0.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6abb62fa02f4b94efb55affa44619aa120b5fcd629c82c133c8488c10a150f85 |
|
MD5 | 8689af25b81ef57825768adb43bfaf28 |
|
BLAKE2b-256 | 11d4627e0c321abd13ccf784c754c368800b931cdbab77c540040f4825c6d9cf |