what are the files goes inside "contrib" folder?

666 views
Skip to first unread message

Giri

unread,
Feb 7, 2014, 6:33:19 AM2/7/14
to django...@googlegroups.com
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..

James Turley

unread,
Feb 7, 2014, 8:36:24 AM2/7/14
to django...@googlegroups.com
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 <giridha...@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...@googlegroups.com.
To post to this group, send email to django...@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.

Felipe Bessa Coelho

unread,
Feb 7, 2014, 1:37:45 PM2/7/14
to Django users
2014-02-07 Giri <giridha...@gmail.com>:

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..

I don't remember whether there is a overall description of the Django project structure, but at least for the contrib apps, you can find them in [1].

[1] https://docs.djangoproject.com/en/dev/ref/contrib/
--
Felipe

Giri

unread,
Feb 8, 2014, 1:25:38 PM2/8/14
to django...@googlegroups.com
Ok Thank you
Reply all
Reply to author
Forward
0 new messages