The short answer is: it depends what OS you're on, and where your Django
package is installed.

On Unix-like systems, it'll be somewhere like
lib/python2.7/site-packages/django/contrib/ (substitute your python
version, obviously). But what goes before 'lib' depends on where your
Python libraries in general are installed, which would vary from OS to OS;
if you're using virtualenv, it'll be the root directory for the environment
you're working on, etc.

You shouldn't need to change anything in there, however. What leads you to
look for it? If you just want to browse the code, then I'd recommend
looking through it at github:
https://github.com/django/django/tree/master/django or else cloning the
relevant branch from there.




On Fri, Feb 7, 2014 at 11:33 AM, Giri <giridharanbt...@gmail.com> wrote:

> Can someone tell me what are the files goes inside "contrib" folder?
>
> If possible give me a webpage link that explains django's folder
> structure..
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/73852141-a06f-4293-bca3-ec61b434cc7c%40googlegroups.com
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAb4X%3DzLsd5cxxznswpvNqW4Oywu-aB3OMUXQK%3D8A7XGV7WuAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to