You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rl...@apache.org on 2021/04/18 15:13:06 UTC

svn commit: r1888906 - /comdev/nearby_people/run_wsgi.py

Author: rlenferink
Date: Sun Apr 18 15:13:06 2021
New Revision: 1888906

URL: http://svn.apache.org/viewvc?rev=1888906&view=rev
Log:
Stick to nearby_people dir

Modified:
    comdev/nearby_people/run_wsgi.py

Modified: comdev/nearby_people/run_wsgi.py
URL: http://svn.apache.org/viewvc/comdev/nearby_people/run_wsgi.py?rev=1888906&r1=1888905&r2=1888906&view=diff
==============================================================================
--- comdev/nearby_people/run_wsgi.py (original)
+++ comdev/nearby_people/run_wsgi.py Sun Apr 18 15:13:06 2021
@@ -18,7 +18,7 @@ import sys, os
 # The path needs to contain the installed directory (i.e. the directory with
 #  this file in it), the parent of the installed directory, wherever your
 #  Django install is, plus the system path
-sys.path = [ '/var/www/community.zones.apache.org/', '/var/www/apps/Django-1.11.29' ] + sys.path
+sys.path = [ '/var/www/nearby_people/', '/var/www/apps/Django-1.11.29' ] + sys.path
 
 # Tell the Django WSGI handler which settings file to bootstap from
 os.environ["DJANGO_SETTINGS_MODULE"] = "nearby_people.settings"