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.

Reply via email to