Hi, I tried setting up a Django app in my production subdirectory but was unable to. It shows an error when I try to access the page. I also edited wsgi file to the production subfolder's Django app. This also did not work. However, if I create a custom app in root directory, it works (The way done in pythonanywhere tutorial.)
The name of my virtualenv is 'django17'. My Django app is called 'pricinfix'. In setting up my virtualenv, I followed pythonanywhere's tutorial but deviated from it by creating django app in 'production' subdirectory. After this, I am unable to setup my environment. I am noob in django and virtualenv. So, any help is welcome.