I'm using Mac OS X version 10.7.3. I tried installed Django using SVN and
download and running the setup.py command, both results in the missing
manage.py file.

I manage to find the location of the stub directory

/project_template

/project_name

_init_.py
_init_.pyc
settings.py
settings.pyc
urls.py
urls.pyc
wsgi.py
wsgi.pyc

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.

thanks.


On Wed, Apr 18, 2012 at 7:00 PM, Tom Evans <tevans...@googlemail.com> wrote:

> On Wed, Apr 18, 2012 at 11:54 AM, Faeez Abd Rahman
> <faeez.abdrah...@gmail.com> wrote:
> > Hi,
> >
> > I will try to remove and install django as you suggest, but before that I
> > like to look for that stub directory. Where is the location of that stub
> > directory?
> >
> > thanks.
> >
>
> 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
>
> --
> 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+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to