On Wed, Jul 14, 2010 at 6:55 AM, Pedram <pedrambehro...@gmail.com> wrote:
> Hello,
> Sorry if this thread already exists. I've searched but nothing could
> find.
> I tried this code:
> python manage.py graph_models graphdb -o scheme.dot
> But I got this error:
> Unknown command: 'graph_models'
> Type 'manage.py help' for usage.
>
> I installed python-graphviz, graphviz-deb, python-django-extensions
> but still I have the error. Anything's missing?

Did you added django_extensions to your INSTALLED_APPS?

If you run "manage.py help" you should see graph_models in the command list.

~Rolando

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to