could you post
django version
python version
you use virtualenv? if yes what version
and the code you use to generate the project
cheers
> --
> You received this message because you are subscribed to the Google Groups "Django users" group.
> To post to this group, send email to django...@googlegroups.com.
> To unsubscribe from this group, send email to django-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
mysite/
mysite/
__init__.py
settings.py
urls.py
wsgi.pyCould you reinstall django please, and try again.
By reinstall, I mean that you should find and completely remove the
django package from your python-packages, and then install it again.
Just installing django over the top of an existing django package may
not behave correctly.
To clarify, when you run "django-admin.py startproject", what happens
is that django copies a stub directory from the installed version of
django to the name specified by startproject. Therefore, if the files
that 'startproject' copies are not correct, it stands to reason that
the issue is that the stub directory does not have the correct files
in it.
I have no idea how this could have happened, but wiping it away and
reinstalling should ensure that the stub directory has the right files
in it.
Cheers
Tom
I don't know the specifics of your OS or how you installed Django, so
I cannot really answer that.
Python packages are stored in a 'site-packages' folder*. On my OS,
that is '/usr/local/lib/python2.7/site-packages'.
In the 'site-packages' folder, there should be a folder called 'django'.
In the 'django' folder, the stub project template is in 'conf/project_template/'
Cheers
Tom
* Or any other folder in your PYTHONPATH
/project_name
so i guess there should be manage.py under the project_template folder then. I try to reinstall Django then and see how it goes._init_.py_init_.pycsettings.pysettings.pycurls.pyurls.pycwsgi.pywsgi.pyc