Thursday, December 29, 2011

Re: How I could reset django admin pass in a buildout project

On 29-12-11 17:48, Ashkan Roshanayi wrote:
> Ouch! now I get:
>
> Traceback (most recent call last):
> File "./bin/django", line 35, in <module>
> import djangorecipe.manage
> ImportError: No module named djangorecipe.manage
>
> should I set something in project/settings.py?

That error is normally impossible. You must have removed something by hand?

Could you look inside the bin/django script? It ought to have a
"sys.path" list in there that shows you where it thinks it can find the
djangorecipe. Make sure it is still there.

Or re-run your buildout, for instance.

Reinout

--
Reinout van Rees http://reinout.vanrees.org/
reinout@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

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

No comments:

Post a Comment