liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

include_models is missing from options in graph_models.py #110

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Need to add something like:

 make_option('--include_models', '-i', action='store', 
             dest='include_models',
             help='Specify which models to include.'),

in django_extensions/management/commands/graph_models.py

Using django-extensions 0.4.1

Original issue reported on code.google.com by Doug.Bl...@gmail.com on 12 Sep 2009 at 8:22