https://github.com/certik/webhooks
https://github.com/certik/webhooks
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/certik/webhooks
- Owner: certik
- License: other
- Created: 2009-07-12T07:34:42.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-07-19T04:29:22.000Z (almost 17 years ago)
- Last Synced: 2025-02-01T20:13:23.154Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.94 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Installation
------------
Install the app engine SDK and link to it by:
ln -s /home/ondrej/ext/google_appengine/ .google_appengine
(Or let manage.py do it automatically by fixing the link at the top of the
file)
To test the app locally, do:
make local
To test the app locally, do:
make test
to install it to the app engine, do:
make upload
And to test the live app, do:
make test-remote