Forums

hello world

why he is only looking into this patterns :

['/var/www', '.', '', '/var/www', '/usr/lib/python38.zip', '/usr/lib/python3.8', '/usr/lib/python3.8/lib-dynload', '/home/waleedahmad/.local/lib/python3.8/site-packages', '/usr/lib/python3.8/site-packages', '/home/waleedahmad/onegermancentofficialwebsite/onegerman']

where is my templates path , I already add my template path into setting file like this 'DIRS': [os.path.join(BASE_DIR , 'homepage/templates')],
i also try this ;: 'DIRS': [os.path.join(BASE_DIR , 'templates')],

i gess is to change the path from /var/www to my/template/dir . but i can't find where to change it ,

please help i need to go online in 2 days

Could you share your wsgi configuration and web app code?