When you set up your Django project on webfaction, you get the file structure as follows:
~ (your home directory) +webapps +some_project_name +myproject -standard django files -settings.py -app_directory +apache2 +bin -start -stop -restart -other dirs -bin -lib -myproject.wsgi -some_project2 -symlink_to_static_files
If you are building your project under "myproject", you do not need to modify the wsgi file to get started - just go to the apache2 / bin directory and run it. / start, and you will be fine! If you modify the wsgi file, you will need to run. / stop, then. / start to activate the changes.
If the path you specified does not work, it might be worth trying to create a common django project and just execute the project right above 'myproject'
j_syk source share