liuyang1520 / django-command-extensions

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

extensions vs django_extensions? #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I've just followed the installation instruction on Debian Lenny 5.0 stable.

What is the expected output? What do you see instead?
Expected: Just run as the instruction example.
Actual: There was no newly-added commands when I typed ./manage.py help.

What version of the product are you using? On what operating system?
0.3, the featured download here

Please provide any additional information below.
I've found that I had to change INSTALLED_APPS settings from
django_extensions to extensions, because the actual installed package name
was extensions, not django_extensions in /usr/lib/python2.5/site-packages.

Which package name is correct and how should I do "fix" this?

Original issue reported on code.google.com by daybreaker12 on 2 Apr 2009 at 7:09

GoogleCodeExporter commented 8 years ago
Sorry about that; the 0.3 release was very old, and the instruction where 
already
updated for the version in svn/git which most people used.

I've released version 0.4 today. Please update to 0.4 and if something does not 
work
as expected please open another ticket.

Original comment by v.oostv...@gmail.com on 3 Apr 2009 at 2:46

GoogleCodeExporter commented 8 years ago
Yes, I've also noticed that the repository version works well. :)
And thank you for releasing 0.4.

Original comment by daybreaker12 on 3 Apr 2009 at 3:38