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 16:10:34 UTC

svn commit: r1888911 - /comdev/nearby_people/run.cgi

Author: rlenferink
Date: Sun Apr 18 16:10:34 2021
New Revision: 1888911

URL: http://svn.apache.org/viewvc?rev=1888911&view=rev
Log:
Update to Django 1.5

Modified:
    comdev/nearby_people/run.cgi

Modified: comdev/nearby_people/run.cgi
URL: http://svn.apache.org/viewvc/comdev/nearby_people/run.cgi?rev=1888911&r1=1888910&r2=1888911&view=diff
==============================================================================
--- comdev/nearby_people/run.cgi (original)
+++ comdev/nearby_people/run.cgi Sun Apr 18 16:10:34 2021
@@ -94,7 +94,7 @@ def run_with_cgi(application):
 # Change this to the directory above your site code.
 sys.path.append("/var/www/apps/")
 sys.path.append("/var/www/apps/nearby_people/")
-sys.path.append("/var/www/apps/django-1.4/")
+sys.path.append("/var/www/apps/django-1.5/")
 # Change mysite to the name of your site package
 os.environ['DJANGO_SETTINGS_MODULE'] = 'nearby_people.settings'
 run_with_cgi(django.core.handlers.wsgi.WSGIHandler())