CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/html;charset=utf-8
cache-control: must-revalidate
expires: Fri, 01 Jan 1999 00:00:00 GMT
set-cookie: trac_form_token=c1dc883494c732785438edf2; HttpOnly; Path=/; Secure
set-cookie: trac_session=e4f925524c96d427c3ad575f; expires=Tue, 21 Oct 2025 13:04:23 GMT; HttpOnly; Path=/; Secure
strict-transport-security: max-age=31536000; includeSubDomains; preload
permissions-policy: interest-cohort=()
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
accept-ranges: bytes
via: 1.1 varnish, 1.1 varnish
date: Wed, 23 Jul 2025 13:04:23 GMT
x-served-by: cache-fra-etou8220146-FRA, cache-bom-vanm7210083-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1753275863.976193,VS0,VE328
vary: Accept-Encoding
PythonPath – Django
Back to Top
Django
The web framework for perfectionists with deadlines.
Issues
PythonPath is a list of directories Python goes through to search for modules and files. All you need to know, you find at https://docs.python.org/install/index.html#modifying-python-s-search-path.
This is considered a very practical approach if you would like to have your apps outside the project directory.
How do you append directories to your Python path?
import sys sys.path.append("/home/me/myapps")
Last modified
13 years ago
Last modified on Jun 26, 2012, 6:36:55 PM
Note:
See TracWiki
for help on using the wiki.
Download in other formats:
Django Links
Learn More
Get Involved
Follow Us
- Hosting by In-kind donors
- Design by Threespot &
© 2005-2025 Django SoftwareFoundation unless otherwise noted. Django is a registered trademark of the Django Software Foundation.