sebastian-ardila / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

Readme contains old path to SVN trunk for Python API #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow instruction in "SDK via SVN" section of README to add line:
.google_appengine http://googleappengine.googlecode.com/svn/trunk/

to SVN properties
2. svn up 
3. attempt to run "manage.py runserver"

What is the expected output? What do you see instead?
Expected - Django server finds the API and runs successfully.
Instead - Can't find API.

The fix - pulling in just
http://googleappengine.googlecode.com/svn/trunk/python/ instead, rather
than the parent directory that now also contains the Java API.

Original issue reported on code.google.com by bregens...@gmail.com on 15 May 2009 at 3:59

GoogleCodeExporter commented 9 years ago
This issue was closed by r82.

Original comment by mattbrow...@gmail.com on 15 May 2009 at 10:53

GoogleCodeExporter commented 9 years ago
Fixed in r82.

Thanks for the reminder.

Original comment by mattbrow...@gmail.com on 15 May 2009 at 10:53