liuyang1520 / django-command-extensions

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

Package called extensions not django_extensions #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. "python setup.py install" on Ubuntu 9.04 Python 2.6

What is the expected output? What do you see instead?
I did the install as suggested in the docs but I got a error that it
couldn't find "django_extensions".  Come to find out it installed a .egg
named extensions.  

Fix:
I called "extensions" instead of "django_extensions" in my settings.py. 
I'm not sure if this is the right approach or not, but it worked.  It would
be good to fix the documentation, or have the setup.py name the .egg correctly.

Original issue reported on code.google.com by keith.pe...@gtempaccount.com on 8 Apr 2009 at 8:46

GoogleCodeExporter commented 8 years ago
Which version are you using ?
Version 0.4 (or easy_install / pip install django-extensions) or trunk for some 
time
now should install under "django_extensions" 

Original comment by v.oostv...@gmail.com on 9 Apr 2009 at 4:38

GoogleCodeExporter commented 8 years ago
I was using SVN checkout.  I just installed it yesterday so I imagine it was the
newest copy.

Original comment by keith.pe...@gtempaccount.com on 9 Apr 2009 at 5:16

GoogleCodeExporter commented 8 years ago
Sounds weird... although we moved to Github now for the source control, the 
stuff in
SVN should still install as django_extensions not extensions.

Marking it WontFix as i cannot reproduce this.

If you find you still have this problem using the 0.4 version of pypy or the git
repository place write to the mailinglist about this. 

Original comment by v.oostv...@gmail.com on 16 Apr 2009 at 10:54