Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sng2c/bookseriesapi
BookSeriesApi
https://github.com/sng2c/bookseriesapi
Last synced: about 2 months ago
JSON representation
BookSeriesApi
- Host: GitHub
- URL: https://github.com/sng2c/bookseriesapi
- Owner: sng2c
- Created: 2011-09-20T05:45:05.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-21T05:16:28.000Z (over 13 years ago)
- Last Synced: 2023-03-12T07:33:38.919Z (almost 2 years ago)
- Language: Python
- Homepage: http://kr-book-series.appspot.com/
- Size: 102 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
[Google App Engine Path Settings]
* in linux..
sudo ln -s GAE_SDK_PATH /usr/local/google_appengine* in OSX
sudo ln -s /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine /usr/local/google_appengine* in windows
mkdir c:\usr
mkdir c:\usr\local
cd c:\usr/local
mklink /D google_appengine "C:/Program Files/Google/google_appengine"[Pydev Python Interpreter Settings]
* Add Python25 to new Interpreter as 'python2.5'